๐จ Use this gradient for nature-themed designs.
๐ก This gradient is inspired by the colors of an apple in a deep fir forest.
/* Behongo CSS Linear Gradient Background */
.gradient {
background: #52c234;
background: linear-gradient(
to right,
#52c234,#061700
);
}
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.