๐จ Use this gradient for a vibrant, nature-themed design.
๐ก The Mantis color is named after the praying mantis, a symbol of calm and balance.
/* Little Leaf CSS Linear Gradient Background */
.gradient {
background: #76b852;
background: linear-gradient(
to right,
#76b852,#8DC26F
);
}
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.