#FDFBFB
#EBEDEE
Linear CSS gradient
#018 Cloudy Knoxville Gradient
Cloudy Knoxville is a linear CSS gradient built from 2 colors: #FDFBFB, #EBEDEE. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.
Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.
Color palette
ColorHEXRGB
#FDFBFBrgb(253, 251, 251)
#EBEDEErgb(235, 237, 238)
CSS code
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);