#DCD9D4
Radial CSS gradient
#040 Coup de Grace Gradient
Coup de Grace blends peach (#DCD9D4) in a muted radial CSS gradient across one colour stop.
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
#DCD9D4rgb(220, 217, 212)
CSS code
background-color: #DCD9D4;
background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
background-blend-mode: soft-light,screen;