Paleta de colores Embers of Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers of Autumn palette

Compartir esta paleta en:

CSS de la paleta de colores Embers of Autumn

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #da4e1b;
}
.color-3 {
color: #9f391d;
}
.color-4 {
color: #6e2c12;
}
.color-5 {
color: #391c0e;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #da4e1b;
--color-3: #9f391d;
--color-4: #6e2c12;
--color-5: #391c0e;
}

CSS del degradado de fondo Embers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}

Embers of Autumn color palette created on .