🎨 Great for a bold, dynamic website theme.
💡 This gradient mimics the deep ocean meeting the sky, a natural phenomenon seen at dawn.
/* Dark Ocean CSS Linear Gradient Background */
.gradient {
background: #373B44;
background: linear-gradient(
to right,
#373B44,#4286f4
);
}/* Dark Ocean TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#373B44] to-[#4286f4]"></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.