#BDC2E8
#E6DEE9
Linear CSS gradient
#121 Marble Wall Gradient
Marble Wall is a linear CSS gradient built from 2 colors: #BDC2E8, #E6DEE9. 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
#BDC2E8rgb(189, 194, 232)
#E6DEE9rgb(230, 222, 233)
CSS code
background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);