#D5DEE7
#E8EBF2
#E2E7ED
Linear CSS gradient
Full Metal
A muted linear CSS gradient flowing downward from top to bottom, Full Metal blends lavender (#D5DEE7), off-white (#E8EBF2), and off-white (#E2E7ED) in 3 colour stops.
Understated and editorial, the desaturated tones let typography and content take centre stage.
Works well for editorial and publishing sites, minimal portfolios, subtle page dividers. 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;