๐จ Use this gradient for nature-themed designs.
๐ก This gradient combines the tranquility of Kashmir Blue with the energy of Fun Green.
/* Compass CSS Linear Gradient Background */
.gradient {
background: #516b8b;
background: linear-gradient(
to right,
#516b8b,#056b3b
);
}
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.