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: #383947;
}
.color-2 {
color: #b49064;
}
.color-3 {
color: #c5a86d;
}
.color-4 {
color: #f0b460;
}
.color-5 {
color: #d86d4f;
}

/* CSS Variables */
:root {
--color-1: #383947;
--color-2: #b49064;
--color-3: #c5a86d;
--color-4: #f0b460;
--color-5: #d86d4f;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #383947, #b49064, #c5a86d, #f0b460, #d86d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #383947, #b49064, #c5a86d, #f0b460, #d86d4f);
}

Warm Brown color palette created on .