Golden Ember Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Ember Sunrise palette

Condividi questa palette a:

tavolozza dei colori Golden Ember Sunrise CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e07b00;
}
.color-3 {
color: #d66000;
}
.color-4 {
color: #b84d00;
}
.color-5 {
color: #8f3c00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e07b00;
--color-3: #d66000;
--color-4: #b84d00;
--color-5: #8f3c00;
}

CSS con gradiente di sfondo Golden Ember Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e07b00, #d66000, #b84d00, #8f3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e07b00, #d66000, #b84d00, #8f3c00);
}

Golden Ember Sunrise color palette created on .