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: #f69f2c;
}
.color-2 {
color: #f29c2c;
}
.color-3 {
color: #e78a27;
}
.color-4 {
color: #d66f2e;
}
.color-5 {
color: #c56b2b;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f29c2c;
--color-3: #e78a27;
--color-4: #d66f2e;
--color-5: #c56b2b;
}

CSS con gradiente di sfondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f29c2c, #e78a27, #d66f2e, #c56b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f29c2c, #e78a27, #d66f2e, #c56b2b);
}

Golden Ember Glow color palette created on .