Shades of Tumbleweed Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Tumbleweed palette

Share this palette to:

Shades of Tumbleweed color palette CSS

/* CSS */
.color-1 {
color: #d9b88c;
}
.color-2 {
color: #c7a77a;
}
.color-3 {
color: #b2916c;
}
.color-4 {
color: #a67c54;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #d9b88c;
--color-2: #c7a77a;
--color-3: #b2916c;
--color-4: #a67c54;
--color-5: #8c5b3b;
}

Shades of Tumbleweed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b88c, #c7a77a, #b2916c, #a67c54, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b88c, #c7a77a, #b2916c, #a67c54, #8c5b3b);
}

Shades of Tumbleweed color palette created on .