🎨 Use this gradient for a royal, vintage look.
💡 This gradient is inspired by the colors of Jaipur, the 'Pink City' of India.
/* Jaipur CSS Linear Gradient Background */
.gradient {
background: #DBE6F6;
background: linear-gradient(
to right,
#DBE6F6,#C5796D
);
}/* Jaipur TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#DBE6F6] to-[#C5796D]"></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.