๐จ Use these colors to create a sophisticated and calming atmosphere.
๐ก The Elegance color scheme was inspired by the serene beauty of a calm ocean at sunset.
/* Elegance CSS Linear Gradient Background */
.gradient {
background: #EADFDF;
background: linear-gradient(
to right,
#EADFDF,#ECE2DF
);
}
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.