🎨 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
);
}/* After the Rain TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff75c3] via-[#ffa647] to-[#ffe83f]"></div>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.