๐จ Great for a serene and royal design theme.
๐ก This gradient is reminiscent of the deep ocean meeting a lush, green island.
/* Horizon CSS Linear Gradient Background */
.gradient {
background: #003973;
background: linear-gradient(
to right,
#003973,#E5E5BE
);
}
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.