Loading...
Golden Ember Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ember Serenade palette
Download Golden Ember Serenade Color Palette (PNG)
Golden Ember Serenade color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #fbce2d;
}
.color-3 {
color: #ffeb99;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #db4d00;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #fbce2d;
--color-3: #ffeb99;
--color-4: #ff6d1f;
--color-5: #db4d00;
}
Golden Ember Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #fbce2d, #ffeb99, #ff6d1f, #db4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #fbce2d, #ffeb99, #ff6d1f, #db4d00);
}
Similar color palettes
Golden Ember Serenade color palette created on .