Golden Ember Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ember Serenade palette
Golden Ember Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9e39a;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #f9e39a;
--color-2: #f6b83c;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #d72839;
}
Golden Ember Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e39a, #f6b83c, #f4a462, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e39a, #f6b83c, #f4a462, #e76e50, #d72839);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Golden Ember Serenade color palette created on .