🎨 Use this gradient for a bold, dynamic visual impact.
💡 This gradient combines Scooter, a lively blue, with Victoria, a deep purple, often associated with royalty and luxury.
/* Mantle CSS Linear Gradient Background */
.gradient {
background: #24C6DC;
background: linear-gradient(
to right,
#24C6DC,#514A9D
);
}/* Mantle TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#24C6DC] to-[#514A9D]"></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.