๐จ Use this gradient for a striking website background.
๐ก This gradient combines the mystery of violet with the warmth of Tuscany, creating a unique visual experience.
/* Taran Tado CSS Linear Gradient Background */
.gradient {
background: #23074d;
background: linear-gradient(
to right,
#23074d,#cc5333
);
}
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.