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