๐จ Use this gradient for a calming, focused UI.
๐ก This gradient is reminiscent of the deep sea, evoking feelings of tranquility and depth.
/* Ash CSS Linear Gradient Background */
.gradient {
background: #606c88;
background: linear-gradient(
to right,
#606c88,#3f4c6b
);
}
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.