๐จ Use this gradient for a playful, energetic design.
๐ก This gradient combines colors often seen in sunsets, creating a warm, inviting atmosphere.
/* Radar CSS Linear Gradient Background */
.gradient {
background: #A770EF;
background: linear-gradient(
to right,
#A770EF,#CF8BF3,#FDB99B
);
}
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.