🎨 Mix and match these shades for a playful and feminine look.
💡 The Pink Salmon shade was inspired by the vibrant colors of salmon fish.
/* Lady Lips CSS Linear Gradient Background */
.gradient {
background: #ff9a9e;
background: linear-gradient(
to right,
#ff9a9e,#fecfef,#fecfef
);
}/* Lady Lips TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff9a9e] via-[#fecfef] to-[#fecfef]"></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.