🎨 Use this gradient for a bold, energetic design.
💡 This gradient is named after the famous rock star Mick Jagger.
/* eXpresso CSS Linear Gradient Background */
.gradient {
background: #ad5389;
background: linear-gradient(
to right,
#ad5389,#3c1053
);
}/* eXpresso TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ad5389] to-[#3c1053]"></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.