๐จ Use this gradient for a fresh, energetic vibe.
๐ก This gradient is inspired by the endless flow of rivers, symbolizing life and movement.
/* Endless River CSS Linear Gradient Background */
.gradient {
background: #43cea2;
background: linear-gradient(
to right,
#43cea2,#185a9d
);
}
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.