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: #795a4e;
}
.color-2 {
color: #a88a6b;
}
.color-3 {
color: #cab7a0;
}
.color-4 {
color: #e2d1b1;
}
.color-5 {
color: #d7c5a8;
}

/* CSS Variables */
:root {
--color-1: #795a4e;
--color-2: #a88a6b;
--color-3: #cab7a0;
--color-4: #e2d1b1;
--color-5: #d7c5a8;
}

Earthy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a4e, #a88a6b, #cab7a0, #e2d1b1, #d7c5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a4e, #a88a6b, #cab7a0, #e2d1b1, #d7c5a8);
}

Earthy Brown color palette created on .