๐จ Mix and match these colors for a dreamy and romantic look.
๐ก The Night Fade gradient was inspired by the colors of a sunset over the East Side, while Classic Rose represents the timeless beauty of a rose.
/* Night Fade CSS Linear Gradient Background */
.gradient {
background: #a18cd1;
background: linear-gradient(
to right,
#a18cd1,#fbc2eb
);
}
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.