🎨 Use this gradient for a calming, aquatic theme.
💡 Polo Blue and French Pass are often used to represent water in graphic design.
/* Friday CSS Linear Gradient Background */
.gradient {
background: #83a4d4;
background: linear-gradient(
to right,
#83a4d4,#b6fbff
);
}/* Friday TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#83a4d4] to-[#b6fbff]"></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.