🎨 Use this gradient for a soft and feminine look
💡 The colors in this gradient are inspired by the delicate cherry blossoms of Japan
/* Japan Blush CSS Linear Gradient Background */
.gradient {
background: #ddd6f3;
background: linear-gradient(
to right,
#ddd6f3,#faaca8,#faaca8
);
}/* Japan Blush TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ddd6f3] via-[#faaca8] to-[#faaca8]"></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.