๐จ 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
);
}
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.