๐จ Use this gradient for a calming, deep-sea vibe.
๐ก This gradient is inspired by the colors of the ocean at different depths.
/* Slight Ocean View CSS Linear Gradient Background */
.gradient {
background: #a8c0ff;
background: linear-gradient(
to right,
#a8c0ff,#3f2b96
);
}
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.