Golden Ember Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ember Glow palette
Golden Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e68e00;
}
.color-3 {
color: #d67900;
}
.color-4 {
color: #b36200;
}
.color-5 {
color: #a35700;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e68e00;
--color-3: #d67900;
--color-4: #b36200;
--color-5: #a35700;
}
Golden Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e68e00, #d67900, #b36200, #a35700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e68e00, #d67900, #b36200, #a35700);
}
Similar color palettes
Scroll down to explore 70+ Amber color palettes
Golden Ember Glow color palette created on .