๐จ Use this gradient to create a vibrant and eye-catching design.
๐ก Did you know that the color Rose #FF0066 is often associated with love and passion?
/* Sugar Lollipop CSS Linear Gradient Background */
.gradient {
background: #A445B2;
background: linear-gradient(
to right,
#A445B2,#D41872,#FF0066
);
}
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.