๐จ Great for spring-themed designs or eco-friendly brands.
๐ก This gradient is reminiscent of a ripe lemon, symbolizing freshness and vitality.
/* Lemon Twist CSS Linear Gradient Background */
.gradient {
background: #3CA55C;
background: linear-gradient(
to right,
#3CA55C,#B5AC49
);
}
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.