๐จ Great for a bold, aquatic-themed design.
๐ก This gradient is reminiscent of the deep ocean meeting a sunset.
/* Red Ocean CSS Linear Gradient Background */
.gradient {
background: #1D4350;
background: linear-gradient(
to right,
#1D4350,#A43931
);
}
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.