#D299C2
#FEF9D7
Linear CSS gradient
Wild Apple
A soft linear CSS gradient flowing upward from bottom to top, Wild Apple blends fuchsia (#D299C2) and lemon (#FEF9D7) in 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
#D299C2rgb(210, 153, 194)
#FEF9D7rgb(254, 249, 215)
CSS code
background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);