🎨 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
);
}/* Venice Blue TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#085078] to-[#85D8CE]"></div>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.