🎨 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
);
}/* Mango TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ffe259] to-[#ffa751]"></div>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.