Golden Ember Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Tones palette

Share this palette to:

Golden Ember Tones color palette CSS

/* CSS */
.color-1 {
color: #4d4d4d;
}
.color-2 {
color: #c2a35b;
}
.color-3 {
color: #d6b24c;
}
.color-4 {
color: #f5d38e;
}
.color-5 {
color: #e9b56d;
}

/* CSS Variables */
:root {
--color-1: #4d4d4d;
--color-2: #c2a35b;
--color-3: #d6b24c;
--color-4: #f5d38e;
--color-5: #e9b56d;
}

Golden Ember Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4d4d, #c2a35b, #d6b24c, #f5d38e, #e9b56d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4d4d, #c2a35b, #d6b24c, #f5d38e, #e9b56d);
}

Golden Ember Tones color palette created on .