Soft Earth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Earth Tones palette

Share this palette to:

Soft Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #e7c698;
}
.color-2 {
color: #db9c7b;
}
.color-3 {
color: #cd8465;
}
.color-4 {
color: #b85a42;
}
.color-5 {
color: #8e482f;
}

/* CSS Variables */
:root {
--color-1: #e7c698;
--color-2: #db9c7b;
--color-3: #cd8465;
--color-4: #b85a42;
--color-5: #8e482f;
}

Soft Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c698, #db9c7b, #cd8465, #b85a42, #8e482f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c698, #db9c7b, #cd8465, #b85a42, #8e482f);
}

Soft Earth Tones color palette created on .