๐จ Use this gradient for a bold, eye-catching design.
๐ก This gradient combines the power of red with the freshness of green, creating a dynamic contrast.
/* Shahabi CSS Linear Gradient Background */
.gradient {
background: #a80077;
background: linear-gradient(
to right,
#a80077,#66ff00
);
}
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.