#FCCB90
#D57EEB
Linear CSS gradient
Mean Fruit
Mean Fruit is a soft linear CSS gradient angled at 120° toward the lower right, built from peach (#FCCB90) and purple (#D57EEB) 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
#FCCB90rgb(252, 203, 144)
#D57EEBrgb(213, 126, 235)
CSS code
background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);