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: #a86d4d;
}
.color-2 {
color: #c69b76;
}
.color-3 {
color: #e5bc9f;
}
.color-4 {
color: #f3e6d3;
}
.color-5 {
color: #c9b09c;
}

/* CSS Variables */
:root {
--color-1: #a86d4d;
--color-2: #c69b76;
--color-3: #e5bc9f;
--color-4: #f3e6d3;
--color-5: #c9b09c;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d4d, #c69b76, #e5bc9f, #f3e6d3, #c9b09c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d4d, #c69b76, #e5bc9f, #f3e6d3, #c9b09c);
}

Warm Brown color palette created on .