Golden Ember Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

Condividi questa palette a:

tavolozza dei colori Golden Ember Glow CSS

/* CSS */
.color-1 {
color: #9c5202;
}
.color-2 {
color: #e47c21;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f9c84e;
}
.color-5 {
color: #ffee80;
}

/* CSS Variables */
:root {
--color-1: #9c5202;
--color-2: #e47c21;
--color-3: #f5a300;
--color-4: #f9c84e;
--color-5: #ffee80;
}

CSS con gradiente di sfondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5202, #e47c21, #f5a300, #f9c84e, #ffee80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5202, #e47c21, #f5a300, #f9c84e, #ffee80);
}

Golden Ember Glow color palette created on .