๐จ Great for a bold, energetic design or branding.
๐ก This gradient is reminiscent of a summer sunset, full of warmth and energy.
/* Blush CSS Linear Gradient Background */
.gradient {
background: #B24592;
background: linear-gradient(
to right,
#B24592,#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.