🎨 Use this gradient for summer-themed designs.
💡 This gradient is inspired by the colors of a ripe mango and festive confetti.
/* Mango Pulp CSS Linear Gradient Background */
.gradient {
background: #F09819;
background: linear-gradient(
to right,
#F09819,#EDDE5D
);
}/* Mango Pulp TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#F09819] to-[#EDDE5D]"></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.