🎨 Use this gradient for call-to-action buttons.
💡 This gradient is inspired by the vibrant nightlife of Valencia and the disco era.
/* Vanusa CSS Linear Gradient Background */
.gradient {
background: #DA4453;
background: linear-gradient(
to right,
#DA4453,#89216B
);
}/* Vanusa TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#DA4453] to-[#89216B]"></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.