🎨 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
);
}/* Whinehouse TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f7f7f7] via-[#b9a0a0] to-[#794747]"></div>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.