Golden Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember palette

Share this palette to:

Golden Ember color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e69900;
}
.color-3 {
color: #d67900;
}
.color-4 {
color: #c75600;
}
.color-5 {
color: #b83d00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e69900;
--color-3: #d67900;
--color-4: #c75600;
--color-5: #b83d00;
}

Golden Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e69900, #d67900, #c75600, #b83d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e69900, #d67900, #c75600, #b83d00);
}

Golden Ember color palette created on .