#EADFDF
#ECE2DF
Radial CSS gradient
Elegance
Elegance is a muted radial CSS gradient built from off-white (#EADFDF) and off-white (#ECE2DF) across two colour stops.
The muted palette acts as a neutral stage — sophisticated enough on its own, but always cooperative with overlaid elements.
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
#EADFDFrgb(234, 223, 223)
#ECE2DFrgb(236, 226, 223)
CSS code
background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
background-blend-mode: screen;