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