#CDDCDC
Radial CSS gradient
#119 Chemic Aqua Gradient
Chemic Aqua is a radial CSS gradient built from 1 color: #CDDCDC. 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
#CDDCDCrgb(205, 220, 220)
CSS code
background-color: #CDDCDC;
background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
background-blend-mode: screen, overlay;