๐จ Use these colors to create a romantic and dreamy atmosphere.
๐ก The Classic Rose and Perano gradient was inspired by the beautiful colors of a rainy day in Ashville.
/* Rainy Ashville CSS Linear Gradient Background */
.gradient {
background: #fbc2eb;
background: linear-gradient(
to right,
#fbc2eb,#a6c1ee
);
}
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.