🎨 Great for a vibrant, energetic design.
💡 This gradient is often used in designs to evoke feelings of warmth and positivity.
/* Haikus CSS Linear Gradient Background */
.gradient {
background: #fd746c;
background: linear-gradient(
to right,
#fd746c,#ff9068
);
}/* Haikus TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#fd746c] to-[#ff9068]"></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.