Golden Ember Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Bliss palette

Share this palette to:

Golden Ember Bliss color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffce52;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6e00;
--color-3: #ffb300;
--color-4: #ffce52;
--color-5: #ffd900;
}

Golden Ember Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6e00, #ffb300, #ffce52, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6e00, #ffb300, #ffce52, #ffd900);
}

Golden Ember Bliss color palette created on .