🎨 Use this gradient to create a mysterious and captivating atmosphere.
💡 The Biscay color is inspired by the deep blue waters of the Bay of Biscay in the Atlantic Ocean.
/* Night Sky CSS Linear Gradient Background */
.gradient {
background: #1e3c72;
background: linear-gradient(
to right,
#1e3c72,#1e3c72,#2a5298
);
}/* Night Sky TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#1e3c72] via-[#1e3c72] to-[#2a5298]"></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.