๐จ Use this gradient for a calming, coastal design.
๐ก Bali Hai is named after a mystical island in the musical South Pacific.
/* Portrait CSS Linear Gradient Background */
.gradient {
background: #8e9eab;
background: linear-gradient(
to right,
#8e9eab,#eef2f3
);
}
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.