๐จ 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
);
}
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.