Muted Earthy Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Earthy Tones palette

Share this palette to:

Muted Earthy Tones color palette CSS

/* CSS */
.color-1 {
color: #6a412f;
}
.color-2 {
color: #d6a071;
}
.color-3 {
color: #adc37f;
}
.color-4 {
color: #1b1513;
}
.color-5 {
color: #949261;
}

/* CSS Variables */
:root {
--color-1: #6a412f;
--color-2: #d6a071;
--color-3: #adc37f;
--color-4: #1b1513;
--color-5: #949261;
}

Muted Earthy Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a412f, #d6a071, #adc37f, #1b1513, #949261);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a412f, #d6a071, #adc37f, #1b1513, #949261);
}

Muted Earthy Tones color palette created on .