Earthy Ember Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Ember Tones palette

Share this palette to:

Earthy Ember Tones color palette CSS

/* CSS */
.color-1 {
color: #dac39a;
}
.color-2 {
color: #a37b4d;
}
.color-3 {
color: #6a4e29;
}
.color-4 {
color: #3e2b1d;
}
.color-5 {
color: #20110e;
}

/* CSS Variables */
:root {
--color-1: #dac39a;
--color-2: #a37b4d;
--color-3: #6a4e29;
--color-4: #3e2b1d;
--color-5: #20110e;
}

Earthy Ember Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac39a, #a37b4d, #6a4e29, #3e2b1d, #20110e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac39a, #a37b4d, #6a4e29, #3e2b1d, #20110e);
}

Earthy Ember Tones color palette created on .