๐จ Mix and match these soft pastel shades for a dreamy and romantic look.
๐ก The combination of warm and cool tones in this gradient creates a soothing and balanced effect.
/* Fresh Milk CSS Linear Gradient Background */
.gradient {
background: #feada6;
background: linear-gradient(
to right,
#feada6,#f5efef
);
}
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.