Golden Ember Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Serenade palette

Share this palette to:

Golden Ember Serenade color palette CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #e66f00;
}
.color-4 {
color: #d15b00;
}
.color-5 {
color: #a84c00;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f08c00;
--color-3: #e66f00;
--color-4: #d15b00;
--color-5: #a84c00;
}

Golden Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f08c00, #e66f00, #d15b00, #a84c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f08c00, #e66f00, #d15b00, #a84c00);
}

Golden Ember Serenade color palette created on .