🎨 Use this gradient to create a vibrant and eye-catching design.
💡 Did you know that the Blue Velvet: Purple Heart gradient was inspired by the colors of a beautiful sunset?
/* Blue Velvet CSS Linear Gradient Background */
.gradient {
background: #6a11cb;
background: linear-gradient(
to right,
#6a11cb,#2575fc
);
}/* Blue Velvet TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#6a11cb] to-[#2575fc]"></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.