๐จ Great for a beach or marine theme design.
๐ก This gradient mimics the transition from the deep Venetian canals to the clear Bermuda waters.
/* Venice Blue CSS Linear Gradient Background */
.gradient {
background: #085078;
background: linear-gradient(
to right,
#085078,#85D8CE
);
}
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.