๐จ Use this gradient for a calming, tranquil design effect.
๐ก This gradient is inspired by the clear blue skies of Venice, a city known for its beauty.
/* Sky CSS Linear Gradient Background */
.gradient {
background: #076585;
background: linear-gradient(
to right,
#076585,#fff
);
}
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.