๐จ Use this gradient to create a cozy and rustic atmosphere in your designs.
๐ก The colors in this gradient are inspired by the natural tones found in a cup of hot cocoa.
/* Whinehouse CSS Linear Gradient Background */
.gradient {
background: #f7f7f7;
background: linear-gradient(
to right,
#f7f7f7,#b9a0a0,#794747,#4e2020,#111111
);
}
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.