๐จ Mix and match these soft pastel shades for a dreamy and romantic look.
๐ก The Perfect White: Foam and Pink Lace gradient was inspired by the delicate beauty of spring blossoms.
/* Perfect White CSS Linear Gradient Background */
.gradient {
background: #E3FDF5;
background: linear-gradient(
to right,
#E3FDF5,#FFE6FA
);
}
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.