Muted Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Earth palette

Share this palette to:

Muted Earth color palette PNG image

Download muted earth color palette PNG image (landscape)
Download muted earth color palette PNG image (square)

Muted Earth color palette CSS

/* CSS */
.color-1 {
color: #d6c19f;
}
.color-2 {
color: #b8a97f;
}
.color-3 {
color: #b7a79f;
}
.color-4 {
color: #b7b79f;
}
.color-5 {
color: #d0c49a;
}

/* CSS Variables */
:root {
--color-1: #d6c19f;
--color-2: #b8a97f;
--color-3: #b7a79f;
--color-4: #b7b79f;
--color-5: #d0c49a;
}

Muted Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c19f, #b8a97f, #b7a79f, #b7b79f, #d0c49a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c19f, #b8a97f, #b7a79f, #b7b79f, #d0c49a);
}

Muted Earth color palette created on .