Woody Brown Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Woody Brown Shades palette

Share this palette to:

Woody Brown Shades color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #6f4f3e;
}
.color-3 {
color: #9b7a69;
}
.color-4 {
color: #e0bea4;
}
.color-5 {
color: #c89b79;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #6f4f3e;
--color-3: #9b7a69;
--color-4: #e0bea4;
--color-5: #c89b79;
}

Woody Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #6f4f3e, #9b7a69, #e0bea4, #c89b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #6f4f3e, #9b7a69, #e0bea4, #c89b79);
}

Woody Brown Shades color palette created on .