๐จ Great for a youthful, energetic design.
๐ก This gradient is reminiscent of a flamingo's plumage at sunset.
/* Black Rose CSS Linear Gradient Background */
.gradient {
background: #f4c4f3;
background: linear-gradient(
to right,
#f4c4f3,#fc67fa
);
}
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.