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: #f5d90a;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #d66b00;
}
.color-5 {
color: #db5f00;
}

/* CSS Variables */
:root {
--color-1: #f5d90a;
--color-2: #f0a400;
--color-3: #e68a00;
--color-4: #d66b00;
--color-5: #db5f00;
}

CSS con gradiente di sfondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d90a, #f0a400, #e68a00, #d66b00, #db5f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d90a, #f0a400, #e68a00, #d66b00, #db5f00);
}

Golden Ember Glow color palette created on .