🎨 Use this gradient for a luxurious, royal feel.
💡 Purple was often associated with royalty in ancient times due to its rarity and cost to produce.
/* Deep Purple CSS Linear Gradient Background */
.gradient {
background: #673AB7;
background: linear-gradient(
to right,
#673AB7,#512DA8
);
}/* Deep Purple TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#673AB7] to-[#512DA8]"></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.