Warm Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Earth palette

Share this palette to:

Warm Earth color palette CSS

/* CSS */
.color-1 {
color: #dfaf8b;
}
.color-2 {
color: #a86b4d;
}
.color-3 {
color: #7d503b;
}
.color-4 {
color: #c7b300;
}
.color-5 {
color: #e8a15e;
}

/* CSS Variables */
:root {
--color-1: #dfaf8b;
--color-2: #a86b4d;
--color-3: #7d503b;
--color-4: #c7b300;
--color-5: #e8a15e;
}

Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfaf8b, #a86b4d, #7d503b, #c7b300, #e8a15e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfaf8b, #a86b4d, #7d503b, #c7b300, #e8a15e);
}

Warm Earth color palette created on .