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: #d3c9a1;
}
.color-2 {
color: #e8b969;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #c76b3d;
}
.color-5 {
color: #a45a28;
}

/* CSS Variables */
:root {
--color-1: #d3c9a1;
--color-2: #e8b969;
--color-3: #f5a300;
--color-4: #c76b3d;
--color-5: #a45a28;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c9a1, #e8b969, #f5a300, #c76b3d, #a45a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c9a1, #e8b969, #f5a300, #c76b3d, #a45a28);
}

Warm Brown color palette created on .