#D5DEE7
#E8EBF2
#E2E7ED
Linear CSS gradient
#130 Full Metal Gradient
A soft linear CSS gradient flowing downward from top to bottom, Full Metal blends lavender (#D5DEE7), lavender (#E8EBF2), and lavender (#E2E7ED) in 3 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
#D5DEE7rgb(213, 222, 231)
#E8EBF2rgb(232, 235, 242)
#E2E7EDrgb(226, 231, 237)
CSS code
background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
background-blend-mode: normal,color-burn;