Loading...

Golden Ember Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Horizon palette

Share this palette to:

Download Golden Ember Horizon Color Palette (PNG)

Download golden ember horizon color palette PNG image (landscape)
Download golden ember horizon color palette PNG image (square)

Golden Ember Horizon color palette CSS

/* CSS */
.color-1 {
color: #f58b00;
}
.color-2 {
color: #f5b800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #d6a400;
}
.color-5 {
color: #b38900;
}

/* CSS Variables */
:root {
--color-1: #f58b00;
--color-2: #f5b800;
--color-3: #f0d000;
--color-4: #d6a400;
--color-5: #b38900;
}

Golden Ember Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f58b00, #f5b800, #f0d000, #d6a400, #b38900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f58b00, #f5b800, #f0d000, #d6a400, #b38900);
}

Golden Ember Horizon color palette created on .