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: #f7da4b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #eb7d00;
}
.color-4 {
color: #db5000;
}
.color-5 {
color: #b83a00;
}

/* CSS Variables */
:root {
--color-1: #f7da4b;
--color-2: #f0a800;
--color-3: #eb7d00;
--color-4: #db5000;
--color-5: #b83a00;
}

CSS con gradiente di sfondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7da4b, #f0a800, #eb7d00, #db5000, #b83a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7da4b, #f0a800, #eb7d00, #db5000, #b83a00);
}

Golden Ember Glow color palette created on .