#FDFBFB
#EBEDEE
Linear CSS gradient
#018 Cloudy Knoxville Gradient
Cloudy Knoxville is a soft linear CSS gradient angled at 120° toward the lower right, built from blush pink (#FDFBFB) and off-white (#EBEDEE) across two colour stops.
Light and airy, the pale hues create a calm, open atmosphere that won't compete with surrounding content.
Works well for health and wellness apps, baby product sites, soft UI card backgrounds. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#FDFBFBrgb(253, 251, 251)
#EBEDEErgb(235, 237, 238)
CSS code
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);