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: #e3a34f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d34b22;
}

/* CSS Variables */
:root {
--color-1: #e3a34f;
--color-2: #f1c84b;
--color-3: #f6e2b1;
--color-4: #e77e23;
--color-5: #d34b22;
}

Golden Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a34f, #f1c84b, #f6e2b1, #e77e23, #d34b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a34f, #f1c84b, #f6e2b1, #e77e23, #d34b22);
}

Golden Ember Serenade color palette created on .