๐จ Great for a night theme or a professional setting.
๐ก Midnight Blue is often associated with depth, stability, and tranquility, just like the deep ocean.
/* Dark Blue Gradient CSS Linear Gradient Background */
.gradient {
background: #2774ae;
background: linear-gradient(
to right,
#2774ae,#002E5D,#002E5D
);
}
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.