🎨 Great for a lively, energetic design.
💡 This gradient is reminiscent of the colors found in the tropical rainforests of Java.
/* Subu CSS Linear Gradient Background */
.gradient {
background: #0cebeb;
background: linear-gradient(
to right,
#0cebeb,#20e3b2,#29ffc6
);
}/* Subu TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#0cebeb] via-[#20e3b2] to-[#29ffc6]"></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.