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: #f6c36a;
}
.color-2 {
color: #e7b446;
}
.color-3 {
color: #d79e3c;
}
.color-4 {
color: #a96b2d;
}
.color-5 {
color: #7c4a2d;
}
/* CSS Variables */
:root {
--color-1: #f6c36a;
--color-2: #e7b446;
--color-3: #d79e3c;
--color-4: #a96b2d;
--color-5: #7c4a2d;
}
Golden Ember Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c36a, #e7b446, #d79e3c, #a96b2d, #7c4a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c36a, #e7b446, #d79e3c, #a96b2d, #7c4a2d);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Golden Ember Serenade color palette created on .