๐จ Use this gradient to create a calming and natural atmosphere.
๐ก The combination of #fdfcfb and #e2d1c3 represents the peacefulness of a clear sky and the warmth of spring wood.
/* Everlasting Sky CSS Linear Gradient Background */
.gradient {
background: #fdfcfb;
background: linear-gradient(
to right,
#fdfcfb,#e2d1c3
);
}
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.