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: #f0b55c;
}
.color-2 {
color: #f76964;
}
.color-3 {
color: #f3a582;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f0e5c7;
}

/* CSS Variables */
:root {
--color-1: #f0b55c;
--color-2: #f76964;
--color-3: #f3a582;
--color-4: #f9d66c;
--color-5: #f0e5c7;
}

Golden Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b55c, #f76964, #f3a582, #f9d66c, #f0e5c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b55c, #f76964, #f3a582, #f9d66c, #f0e5c7);
}

Golden Ember Serenade color palette created on .