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: #c9b89c;
}
.color-2 {
color: #b3a389;
}
.color-3 {
color: #907c6a;
}
.color-4 {
color: #6c5d4b;
}
.color-5 {
color: #4b3f35;
}

/* CSS Variables */
:root {
--color-1: #c9b89c;
--color-2: #b3a389;
--color-3: #907c6a;
--color-4: #6c5d4b;
--color-5: #4b3f35;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b89c, #b3a389, #907c6a, #6c5d4b, #4b3f35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b89c, #b3a389, #907c6a, #6c5d4b, #4b3f35);
}

Shades of Brown color palette created on .