#EADFDF
#ECE2DF
Radial CSS gradient
#111 Elegance Gradient
Elegance is a soft radial CSS gradient built from blush pink (#EADFDF) and blush pink (#ECE2DF) across two colour stops.
The low-contrast softness makes this gradient versatile as a background layer — readable and soothing at the same time.
Works well for health and wellness apps, baby product sites, soft UI card backgrounds. 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;