Earthy Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Brown palette

Share this palette to:

Earthy Brown color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #a05b4b;
}
.color-3 {
color: #e0a66c;
}
.color-4 {
color: #cac5a0;
}
.color-5 {
color: #8d8e6b;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #a05b4b;
--color-3: #e0a66c;
--color-4: #cac5a0;
--color-5: #8d8e6b;
}

Earthy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #a05b4b, #e0a66c, #cac5a0, #8d8e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #a05b4b, #e0a66c, #cac5a0, #8d8e6b);
}

Earthy Brown color palette created on .