๐จ Use this gradient for holiday-themed designs.
๐ก This gradient combines the traditional Christmas colors, symbolizing evergreens and holly berries.
/* Christmas CSS Linear Gradient Background */
.gradient {
background: #2F7336;
background: linear-gradient(
to right,
#2F7336,#AA3A38
);
}
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.