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: #b56c3b;
}
.color-2 {
color: #d19c29;
}
.color-3 {
color: #e5b97b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f9e89f;
}

/* CSS Variables */
:root {
--color-1: #b56c3b;
--color-2: #d19c29;
--color-3: #e5b97b;
--color-4: #f1c84b;
--color-5: #f9e89f;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b56c3b, #d19c29, #e5b97b, #f1c84b, #f9e89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b56c3b, #d19c29, #e5b97b, #f1c84b, #f9e89f);
}

Golden Ember Glow color palette created on .