๐จ Use these colors to create a whimsical and dreamy atmosphere.
๐ก The Snow Flurry and Light Wisteria gradient is reminiscent of a beautiful spring garden.
/* Flower CSS Linear Gradient Background */
.gradient {
background: #DCFFBD;
background: linear-gradient(
to right,
#DCFFBD,#CC86D1
);
}
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.