#FCCB90
#D57EEB
Linear CSS gradient
#015 Mean Fruit Gradient
Mean Fruit is a linear CSS gradient built from 2 colors: #FCCB90, #D57EEB. 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
#FCCB90rgb(252, 203, 144)
#D57EEBrgb(213, 126, 235)
CSS code
background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);