๐จ Add a pop of color to your designs with this lively gradient.
๐ก This color scheme is reminiscent of a beautiful sunset after a refreshing rain shower.
/* After the Rain CSS Linear Gradient Background */
.gradient {
background: #ff75c3;
background: linear-gradient(
to right,
#ff75c3,#ffa647,#ffe83f,#9fff5b,#70e2ff,#cd93ff
);
}
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.