๐จ 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
);
}
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.