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: #f9a824;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f2e1ba;
}
.color-4 {
color: #e8b5a1;
}
.color-5 {
color: #d85b31;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f5c400;
--color-3: #f2e1ba;
--color-4: #e8b5a1;
--color-5: #d85b31;
}

Golden Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f5c400, #f2e1ba, #e8b5a1, #d85b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f5c400, #f2e1ba, #e8b5a1, #d85b31);
}

Golden Ember Serenade color palette created on .