๐จ Great for a calming, aquatic-themed design.
๐ก This gradient is inspired by the colors of a tropical lagoon.
/* Emerald Water CSS Linear Gradient Background */
.gradient {
background: #348F50;
background: linear-gradient(
to right,
#348F50,#56B4D3
);
}
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.