🎨 Use this gradient for a refreshing and energetic vibe in your designs.
💡 This gradient combines two colors that are often seen in nature, especially in spring and summer seasons.
/* Ibtesam CSS Linear Gradient Background */
.gradient {
background: #00F5A0;
background: linear-gradient(
to right,
#00F5A0,#00D9F5
);
}/* Ibtesam TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#00F5A0] to-[#00D9F5]"></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.