Shades of Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Brown palette

Share this palette to:

Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #793a39;
}
.color-4 {
color: #d06449;
}
.color-5 {
color: #b38c6b;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c69c6c;
--color-3: #793a39;
--color-4: #d06449;
--color-5: #b38c6b;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c69c6c, #793a39, #d06449, #b38c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c69c6c, #793a39, #d06449, #b38c6b);
}

Shades of Brown color palette created on .