๐จ Make your party vibrant with this colorful gradient!
๐ก Did you know that the color purple has long been associated with royalty and luxury?
/* Teen Party CSS Linear Gradient Background */
.gradient {
background: #FF057C;
background: linear-gradient(
to right,
#FF057C,#8D0B93,#321575
);
}
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.