๐จ Use this gradient for attention-grabbing visuals.
๐ก Mulberry and Razzmatazz are often used in festive designs due to their vibrant nature.
/* Shifter CSS Linear Gradient Background */
.gradient {
background: #bc4e9c;
background: linear-gradient(
to right,
#bc4e9c,#f80759
);
}
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.