🎨 Purple Heart #7028e4, Light Orchid #e5b2ca
💡 Purple is often associated with royalty and luxury
/* Purple Division CSS Linear Gradient Background */
.gradient {
background: #7028e4;
background: linear-gradient(
to right,
#7028e4,#e5b2ca
);
}/* Purple Division TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#7028e4] to-[#e5b2ca]"></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.