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: #e6a400;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f3d758;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #e77a27;
}

/* CSS Variables */
:root {
--color-1: #e6a400;
--color-2: #f5c400;
--color-3: #f3d758;
--color-4: #f1b341;
--color-5: #e77a27;
}

Golden Ember Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a400, #f5c400, #f3d758, #f1b341, #e77a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a400, #f5c400, #f3d758, #f1b341, #e77a27);
}

Golden Ember Harmony color palette created on .