#F3E7E9
#E3EEFF
Linear CSS gradient
Cloudy Apple
A soft linear CSS gradient flowing upward from bottom to top, Cloudy Apple blends off-white (#F3E7E9) and lavender (#E3EEFF) in 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
#F3E7E9rgb(243, 231, 233)
#E3EEFFrgb(227, 238, 255)
CSS code
background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);