๐จ Use this gradient for a bold, dramatic effect.
๐ก Purple, a color often associated with royalty, combined with red, symbolizes power and passion.
/* Purple Love CSS Linear Gradient Background */
.gradient {
background: #cc2b5e;
background: linear-gradient(
to right,
#cc2b5e,#753a88
);
}
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.