Paleta de colores Golden Ember Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Ember Essence palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Ember Essence

/* CSS */
.color-1 {
color: #f8d97c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #db6e00;
}
.color-4 {
color: #b34d00;
}
.color-5 {
color: #8a3c00;
}

/* CSS Variables */
:root {
--color-1: #f8d97c;
--color-2: #f5a300;
--color-3: #db6e00;
--color-4: #b34d00;
--color-5: #8a3c00;
}

CSS del degradado de fondo Golden Ember Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d97c, #f5a300, #db6e00, #b34d00, #8a3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d97c, #f5a300, #db6e00, #b34d00, #8a3c00);
}

Golden Ember Essence color palette created on .