Golden Ember Spice Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Spice palette

Share this palette to:

Golden Ember Spice color palette CSS

/* CSS */
.color-1 {
color: #dba400;
}
.color-2 {
color: #c77e00;
}
.color-3 {
color: #a85d00;
}
.color-4 {
color: #703c00;
}
.color-5 {
color: #4d2b00;
}

/* CSS Variables */
:root {
--color-1: #dba400;
--color-2: #c77e00;
--color-3: #a85d00;
--color-4: #703c00;
--color-5: #4d2b00;
}

Golden Ember Spice background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dba400, #c77e00, #a85d00, #703c00, #4d2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dba400, #c77e00, #a85d00, #703c00, #4d2b00);
}

Golden Ember Spice color palette created on .