Golden Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

Share this palette to:

Golden Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffa047;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #ff6d1f;
--color-3: #ffa047;
--color-4: #ffcc66;
--color-5: #ffd900;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #ff6d1f, #ffa047, #ffcc66, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #ff6d1f, #ffa047, #ffcc66, #ffd900);
}

Golden Ember Glow color palette created on .