#D5DEE7
#E8EBF2
#E2E7ED

Linear CSS gradient

#130 Full Metal Gradient

Full Metal is a linear CSS gradient built from 3 colors: #D5DEE7, #E8EBF2, #E2E7ED. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.

Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.

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;

#130 Full Metal Gradient preview