๐จ Use this gradient for a warm, inviting design.
๐ก This gradient is inspired by the contrast between winter snow and evergreen trees.
/* Winter CSS Linear Gradient Background */
.gradient {
background: #E6DADA;
background: linear-gradient(
to right,
#E6DADA,#274046
);
}
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.