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: #e78646;
}
.color-3 {
color: #b44722;
}
.color-4 {
color: #812513;
}
.color-5 {
color: #55150c;
}

/* CSS Variables */
:root {
--color-1: #fcd173;
--color-2: #e78646;
--color-3: #b44722;
--color-4: #812513;
--color-5: #55150c;
}

CSS del degradado de fondo Autumn Ember Glow

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

Autumn Ember Glow color palette created on .