#E0C3FC
#8EC5FC
Linear CSS gradient
#016 Deep Blue Gradient
A soft linear CSS gradient angled at 120° toward the lower right, Deep Blue blends lilac (#E0C3FC) and lavender (#8EC5FC) 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
#E0C3FCrgb(224, 195, 252)
#8EC5FCrgb(142, 197, 252)
CSS code
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);