🎨 Use this gradient for a sophisticated, moody design.
💡 This gradient mimics the colors of a stormy sky, evoking a sense of drama and intrigue.
/* Dark Skies CSS Linear Gradient Background */
.gradient {
background: #4B79A1;
background: linear-gradient(
to right,
#4B79A1,#283E51
);
}/* Dark Skies TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#4B79A1] to-[#283E51]"></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.