🎨 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
);
}/* Sky TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#076585] to-[#fff]"></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.