#C1DFC4
#DEECDD
Linear CSS gradient
#053 Soft Grass Gradient
Soft Grass is a linear CSS gradient built from 2 colors: #C1DFC4, #DEECDD. 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
#C1DFC4rgb(193, 223, 196)
#DEECDDrgb(222, 236, 221)
CSS code
background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);