#EBBBA7
#CFC7F8
Linear CSS gradient
#042 Awesome Pine Gradient
Awesome Pine is a soft linear CSS gradient flowing upward from bottom to top, built from peach (#EBBBA7) and lavender (#CFC7F8) across two colour stops.
Light and airy, the pale hues create a calm, open atmosphere that won't compete with surrounding content.
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
#EBBBA7rgb(235, 187, 167)
#CFC7F8rgb(207, 199, 248)
CSS code
background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);