🎨 Use this gradient for a sophisticated, feminine design.
💡 This gradient is inspired by the Cadillac, a symbol of American luxury, and Janna, a soft pink hue.
/* Purple White CSS Linear Gradient Background */
.gradient {
background: #BA5370;
background: linear-gradient(
to right,
#BA5370,#F4E2D8
);
}/* Purple White TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#BA5370] to-[#F4E2D8]"></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.