Golden Ember Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Harmony palette

Share this palette to:

Golden Ember Harmony color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f5d000;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f5a700;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f59b00;
--color-3: #f5d000;
--color-4: #f5b400;
--color-5: #f5a700;
}

Golden Ember Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f59b00, #f5d000, #f5b400, #f5a700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f59b00, #f5d000, #f5b400, #f5a700);
}

Golden Ember Harmony color palette created on .