🎨 Great for a bold, energetic design.
💡 This gradient is reminiscent of the colors in a pomegranate and buttercup flower.
/* Flare CSS Linear Gradient Background */
.gradient {
background: #f12711;
background: linear-gradient(
to right,
#f12711,#f5af19
);
}/* Flare TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f12711] to-[#f5af19]"></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.