🎨 Use this gradient for a pop of color in your designs.
💡 This gradient is inspired by the colors of a cranberry bog at sunset and the warm hues of Manhattan.
/* Pinky CSS Linear Gradient Background */
.gradient {
background: #DD5E89;
background: linear-gradient(
to right,
#DD5E89,#F7BB97
);
}/* Pinky TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#DD5E89] to-[#F7BB97]"></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.