#A18CD1
#FBC2EB
Linear CSS gradient
#002 Night Fade Gradient
Night Fade runs flowing upward from bottom to top, blending periwinkle (#A18CD1) and rose (#FBC2EB) in a soft two colour stops linear CSS gradient.
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
#A18CD1rgb(161, 140, 209)
#FBC2EBrgb(251, 194, 235)
CSS code
background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);