๐จ Great for fashion or beauty-themed designs.
๐ก Purple and pink were once considered colors for royalty and luxury in many cultures.
/* Pink Flavour CSS Linear Gradient Background */
.gradient {
background: #800080;
background: linear-gradient(
to right,
#800080,#ffc0cb
);
}
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.