Golden Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Ember palette

Condividi questa palette a:

tavolozza dei colori Golden Ember CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d17a00;
}
.color-4 {
color: #9e5200;
}
.color-5 {
color: #703c00;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f0a800;
--color-3: #d17a00;
--color-4: #9e5200;
--color-5: #703c00;
}

CSS con gradiente di sfondo Golden Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f0a800, #d17a00, #9e5200, #703c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f0a800, #d17a00, #9e5200, #703c00);
}

Golden Ember color palette created on .