Zay's Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zay's Ember Glow palette

Share this palette to:

Zay's Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f07c00;
}
.color-3 {
color: #d64f00;
}
.color-4 {
color: #a32c00;
}
.color-5 {
color: #7a1f00;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f07c00;
--color-3: #d64f00;
--color-4: #a32c00;
--color-5: #7a1f00;
}

Zay's Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f07c00, #d64f00, #a32c00, #7a1f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f07c00, #d64f00, #a32c00, #7a1f00);
}

Zay's Ember Glow color palette created on .