🎨 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
);
}/* Endless River TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#43cea2] to-[#185a9d]"></div>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.