#C71D6F
#D09693
Linear CSS gradient
Big Mango
Big Mango runs flowing upward from bottom to top, blending hot pink (#C71D6F) and red (#D09693) in a smooth two colour stops linear CSS gradient.
The friendly warmth works equally well for conversion-focused layouts and ambient decorative use.
Works well for lifestyle blogs, hospitality websites, newsletter header sections. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#C71D6Frgb(199, 29, 111)
#D09693rgb(208, 150, 147)
CSS code
background-image: linear-gradient(to top, #c71d6f 0%, #d09693 100%);