🎨 Great for a lively, energetic design.
💡 This gradient is inspired by the colors of spring blossoms and morning mist.
/* Broken Hearts CSS Linear Gradient Background */
.gradient {
background: #d9a7c7;
background: linear-gradient(
to right,
#d9a7c7,#fffcdc
);
}/* Broken Hearts TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#d9a7c7] to-[#fffcdc]"></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.