๐จ Use this gradient for a bold, dynamic visual impact.
๐ก This gradient combines Scooter, a lively blue, with Victoria, a deep purple, often associated with royalty and luxury.
/* Mantle CSS Linear Gradient Background */
.gradient {
background: #24C6DC;
background: linear-gradient(
to right,
#24C6DC,#514A9D
);
}
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.