๐จ Great for a cozy, rustic design theme.
๐ก Tundora is a grayish hue, while Fuzzy Wuzzy Brown was named after a popular children's song.
/* Poncho CSS Linear Gradient Background */
.gradient {
background: #403A3E;
background: linear-gradient(
to right,
#403A3E,#BE5869
);
}
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.