Warm Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Brown palette

Share this palette to:

Warm Brown color palette CSS

/* CSS */
.color-1 {
color: #e2b82c;
}
.color-2 {
color: #da7d3e;
}
.color-3 {
color: #c86b2d;
}
.color-4 {
color: #a55a2c;
}
.color-5 {
color: #6f4b3e;
}

/* CSS Variables */
:root {
--color-1: #e2b82c;
--color-2: #da7d3e;
--color-3: #c86b2d;
--color-4: #a55a2c;
--color-5: #6f4b3e;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b82c, #da7d3e, #c86b2d, #a55a2c, #6f4b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b82c, #da7d3e, #c86b2d, #a55a2c, #6f4b3e);
}

Warm Brown color palette created on .