🎨 Use this gradient to create a refreshing and calming atmosphere.
💡 The color Aquamarine is associated with tranquility and clarity of mind.
/* Tempting Azure CSS Linear Gradient Background */
.gradient {
background: #84fab0;
background: linear-gradient(
to right,
#84fab0,#8fd3f4
);
}/* Tempting Azure TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#84fab0] to-[#8fd3f4]"></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.