#EBBBA7
#CFC7F8
Linear CSS gradient
#042 Awesome Pine Gradient
Awesome Pine is a linear CSS gradient built from 2 colors: #EBBBA7, #CFC7F8. 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
#EBBBA7rgb(235, 187, 167)
#CFC7F8rgb(207, 199, 248)
CSS code
background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);