🎨 Use this gradient for a cozy yet intriguing vibe.
💡 Fuzzy Wuzzy Brown was named after a popular children's poem about a bear.
/* Bighead CSS Linear Gradient Background */
.gradient {
background: #c94b4b;
background: linear-gradient(
to right,
#c94b4b,#4b134f
);
}/* Bighead TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#c94b4b] to-[#4b134f]"></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.