Brown Earth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Earth Tones palette

Share this palette to:

Brown Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #4d372e;
}
.color-2 {
color: #755933;
}
.color-3 {
color: #ac9577;
}
.color-4 {
color: #c0b7af;
}
.color-5 {
color: #dbd3cd;
}

/* CSS Variables */
:root {
--color-1: #4d372e;
--color-2: #755933;
--color-3: #ac9577;
--color-4: #c0b7af;
--color-5: #dbd3cd;
}

Brown Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d372e, #755933, #ac9577, #c0b7af, #dbd3cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d372e, #755933, #ac9577, #c0b7af, #dbd3cd);
}

Brown Earth Tones color palette created on .