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: #4d7524;
}
.color-2 {
color: #b2957b;
}
.color-3 {
color: #c5855e;
}
.color-4 {
color: #663b15;
}
.color-5 {
color: #d2ccb6;
}

/* CSS Variables */
:root {
--color-1: #4d7524;
--color-2: #b2957b;
--color-3: #c5855e;
--color-4: #663b15;
--color-5: #d2ccb6;
}

Earthy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7524, #b2957b, #c5855e, #663b15, #d2ccb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7524, #b2957b, #c5855e, #663b15, #d2ccb6);
}

Earthy Brown color palette created on .