๐จ Use this gradient to add a soft and feminine touch to your designs.
๐ก Did you know that the color pink is often associated with love, compassion, and femininity?
/* Soft Lipstick CSS Linear Gradient Background */
.gradient {
background: #B6CEE8;
background: linear-gradient(
to right,
#B6CEE8,#F578DC
);
}
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.