๐จ Great for festive designs or soft, elegant themes.
๐ก Purplepine is often associated with royalty and Lavender Gray with sophistication.
/* Purplepine CSS Linear Gradient Background */
.gradient {
background: #20002c;
background: linear-gradient(
to right,
#20002c,#cbb4d4
);
}
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.