๐จ Great for nature-themed designs.
๐ก This gradient is reminiscent of the lush forests of New Zealand.
/* Moss CSS Linear Gradient Background */
.gradient {
background: #134E5E;
background: linear-gradient(
to right,
#134E5E,#71B280
);
}
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.