Paleta de colores Autumn Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Ember Glow

/* CSS */
.color-1 {
color: #fcd173;
}
.color-2 {
color: #e58443;
}
.color-3 {
color: #b04521;
}
.color-4 {
color: #812413;
}
.color-5 {
color: #55150c;
}

/* CSS Variables */
:root {
--color-1: #fcd173;
--color-2: #e58443;
--color-3: #b04521;
--color-4: #812413;
--color-5: #55150c;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd173, #e58443, #b04521, #812413, #55150c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd173, #e58443, #b04521, #812413, #55150c);
}

Paletas de colores similares

Autumn Ember Glow color palette created on .