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: #e5d8c2;
}
.color-2 {
color: #b9a89d;
}
.color-3 {
color: #a78c8b;
}
.color-4 {
color: #6b5d5b;
}
.color-5 {
color: #3c3a39;
}

/* CSS Variables */
:root {
--color-1: #e5d8c2;
--color-2: #b9a89d;
--color-3: #a78c8b;
--color-4: #6b5d5b;
--color-5: #3c3a39;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d8c2, #b9a89d, #a78c8b, #6b5d5b, #3c3a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d8c2, #b9a89d, #a78c8b, #6b5d5b, #3c3a39);
}

Shades of Brown color palette created on .