🎨 Use this gradient to create a fresh and vibrant look.
💡 The Spring Green and Azure Radiance colors are inspired by nature and evoke feelings of growth and tranquility.
/* Itmeo Branding CSS Linear Gradient Background */
.gradient {
background: #2af598;
background: linear-gradient(
to right,
#2af598,#009efd
);
}/* Itmeo Branding TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#2af598] to-[#009efd]"></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.