Paleta de colores Golden Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Ember Glow

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f69f2c;
}
.color-3 {
color: #e5902e;
}
.color-4 {
color: #e57e2e;
}
.color-5 {
color: #d65b2e;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f69f2c;
--color-3: #e5902e;
--color-4: #e57e2e;
--color-5: #d65b2e;
}

CSS del degradado de fondo Golden Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f69f2c, #e5902e, #e57e2e, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f69f2c, #e5902e, #e57e2e, #d65b2e);
}

Golden Ember Glow color palette created on .