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: #f5c72e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e68e00;
}
.color-4 {
color: #c77e00;
}
.color-5 {
color: #8f5d00;
}

/* CSS Variables */
:root {
--color-1: #f5c72e;
--color-2: #f0a800;
--color-3: #e68e00;
--color-4: #c77e00;
--color-5: #8f5d00;
}

CSS con gradiente di sfondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c72e, #f0a800, #e68e00, #c77e00, #8f5d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c72e, #f0a800, #e68e00, #c77e00, #8f5d00);
}

Golden Ember Glow color palette created on .