🎨 Great for a bold, energetic design or branding.
💡 This gradient is reminiscent of a summer sunset, full of warmth and energy.
/* Blush CSS Linear Gradient Background */
.gradient {
background: #B24592;
background: linear-gradient(
to right,
#B24592,#F15F79
);
}/* Blush TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#B24592] to-[#F15F79]"></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.