#FAD0C4
#FFD1FF
Linear CSS gradient
Spring Warmth
Spring Warmth is a soft linear CSS gradient flowing upward from bottom to top, built from blush pink (#FAD0C4) and rose (#FFD1FF) across two colour stops.
The soft warmth of these shades brings a gentle, optimistic quality that feels equally at home in print and on screen.
Works well for wedding and event sites, beauty brand pages, lifestyle newsletter headers. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#FAD0C4rgb(250, 208, 196)
#FFD1FFrgb(255, 209, 255)
CSS code
background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);