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: #f5a300;
}
.color-2 {
color: #e0a100;
}
.color-3 {
color: #c78800;
}
.color-4 {
color: #a87000;
}
.color-5 {
color: #704d00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e0a100;
--color-3: #c78800;
--color-4: #a87000;
--color-5: #704d00;
}

CSS con gradiente di sfondo Golden Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e0a100, #c78800, #a87000, #704d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e0a100, #c78800, #a87000, #704d00);
}

Golden Ember color palette created on .