๐จ Use this gradient for calming, peaceful designs.
๐ก Blue Haze is often associated with tranquility, while Snuff is linked to elegance.
/* Delicate CSS Linear Gradient Background */
.gradient {
background: #D3CCE3;
background: linear-gradient(
to right,
#D3CCE3,#E9E4F0
);
}
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.