🎨 Great for summer-themed designs or kids' products.
💡 Azure Pop's colors are inspired by vibrant roses and clear summer skies.
/* Azure Pop CSS Linear Gradient Background */
.gradient {
background: #ef32d9;
background: linear-gradient(
to right,
#ef32d9,#89fffd
);
}/* Azure Pop TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ef32d9] to-[#89fffd]"></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.