๐จ 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
);
}
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.