๐จ Use this gradient for eco-friendly themes.
๐ก Green Spring is often associated with nature and renewal, while white symbolizes purity.
/* Metallic Toad CSS Linear Gradient Background */
.gradient {
background: #abbaab;
background: linear-gradient(
to right,
#abbaab,#ffffff
);
}
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.