🎨 Mix and match these deep blue shades for a calming and mysterious look.
💡 The color combination of Eternal Constance and Kashmir Blue was inspired by the flowing rivers and serene landscapes of Kashmir.
/* Eternal Constance CSS Linear Gradient Background */
.gradient {
background: #09203f;
background: linear-gradient(
to right,
#09203f,#537895
);
}/* Eternal Constance TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#09203f] to-[#537895]"></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.