🎨 Use this gradient to create a calming and refreshing atmosphere.
💡 The colors in this gradient are inspired by the peacefulness of a heavy rain shower and the tranquility of an aqua haze.
/* Heavy Rain CSS Linear Gradient Background */
.gradient {
background: #cfd9df;
background: linear-gradient(
to right,
#cfd9df,#e2ebf0
);
}/* Heavy Rain TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#cfd9df] to-[#e2ebf0]"></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.