Golden Ember Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Essence palette

Share this palette to:

Golden Ember Essence color palette CSS

/* CSS */
.color-1 {
color: #e6b000;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #fa7d00;
}
.color-5 {
color: #f05000;
}

/* CSS Variables */
:root {
--color-1: #e6b000;
--color-2: #f5c400;
--color-3: #fab700;
--color-4: #fa7d00;
--color-5: #f05000;
}

Golden Ember Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b000, #f5c400, #fab700, #fa7d00, #f05000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b000, #f5c400, #fab700, #fa7d00, #f05000);
}

Golden Ember Essence color palette created on .