๐จ Use this gradient for a pop of color in your designs.
๐ก Lavender color is often associated with royalty, nobility, luxury, power, and ambition.
/* Suzy CSS Linear Gradient Background */
.gradient {
background: #834d9b;
background: linear-gradient(
to right,
#834d9b,#d04ed6
);
}
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.