🎨 Use this gradient to add a vibrant and energetic touch to your designs.
💡 Did you know that the Electric Violet and Bright Turquoise gradient is inspired by the mesmerizing colors of a tropical sunset?
/* October Silenceiver CSS Linear Gradient Background */
.gradient {
background: #b721ff;
background: linear-gradient(
to right,
#b721ff,#21d4fd
);
}/* October Silenceiver TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#b721ff] to-[#21d4fd]"></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.