๐จ Use this gradient for lively, dynamic designs.
๐ก This gradient combines two shades of purple, often associated with creativity and imagination.
/* Purplin CSS Linear Gradient Background */
.gradient {
background: #6a3093;
background: linear-gradient(
to right,
#6a3093,#a044ff
);
}
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.