๐จ Great for a cozy, rustic interior design theme.
๐ก This gradient is reminiscent of the natural hues found in a traditional Jambalaya dish.
/* Cool Brown CSS Linear Gradient Background */
.gradient {
background: #603813;
background: linear-gradient(
to right,
#603813,#b29f94
);
}
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.