🎨 Mix and match these soft pastel shades for a refreshing and calming look.
💡 French Lilac is associated with romance and Spring Rain represents growth and renewal.
/* Smiling Rain CSS Linear Gradient Background */
.gradient {
background: #dcb0ed;
background: linear-gradient(
to right,
#dcb0ed,#99c99c
);
}/* Smiling Rain TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#dcb0ed] to-[#99c99c]"></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.