#C4C5C7
#DCDDDF
#EBEBEB
Linear CSS gradient
#098 Risky Concrete Gradient
Risky Concrete runs flowing upward from bottom to top, blending light gray (#C4C5C7), off-white (#DCDDDF), and off-white (#EBEBEB) in a muted 3 colour stops linear CSS gradient.
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
#C4C5C7rgb(196, 197, 199)
#DCDDDFrgb(220, 221, 223)
#EBEBEBrgb(235, 235, 235)
CSS code
background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);