#D299C2
#FEF9D7
Linear CSS gradient
#025 Wild Apple Gradient
Wild Apple is a linear CSS gradient built from 2 colors: #D299C2, #FEF9D7. 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
#D299C2rgb(210, 153, 194)
#FEF9D7rgb(254, 249, 215)
CSS code
background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);