๐จ This gradient is perfect for designs that need to convey passion, energy, and creativity.
๐ก Mulberry and Froly are often used in fashion and design for their bold and vibrant appeal.
/* Purple CSS Linear Gradient Background */
.gradient {
background: #c84e89;
background: linear-gradient(
to right,
#c84e89,#F15F79
);
}
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.