๐จ This gradient is perfect for designs that need to convey energy, warmth, and positivity.
๐ก The colors in this gradient are reminiscent of the hues found in ripe mangoes, a fruit native to South Asia.
/* Mango CSS Linear Gradient Background */
.gradient {
background: #ffe259;
background: linear-gradient(
to right,
#ffe259,#ffa751
);
}
You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.