🎨 Use this gradient to create a cool and calming atmosphere in your designs.
💡 Did you know that the color scheme of Catalina Blue, Cold Purple, and Danube is inspired by the beautiful colors of a cold evening sky?
/* Cold Evening CSS Linear Gradient Background */
.gradient {
background: #0c3483;
background: linear-gradient(
to right,
#0c3483,#a2b6df,#6b8cce
);
}/* Cold Evening TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#0c3483] via-[#a2b6df] to-[#6b8cce]"></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.