🎨 Use this gradient for attention-grabbing visuals.
💡 Mulberry and Razzmatazz are often used in festive designs due to their vibrant nature.
/* Shifter CSS Linear Gradient Background */
.gradient {
background: #bc4e9c;
background: linear-gradient(
to right,
#bc4e9c,#f80759
);
}/* Shifter TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#bc4e9c] to-[#f80759]"></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.