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: #e57b1f;
}
.color-2 {
color: #d99a36;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #f4d27b;
}
.color-5 {
color: #fcdfc5;
}

/* CSS Variables */
:root {
--color-1: #e57b1f;
--color-2: #d99a36;
--color-3: #f1b74b;
--color-4: #f4d27b;
--color-5: #fcdfc5;
}

CSS del degradado de fondo Embers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57b1f, #d99a36, #f1b74b, #f4d27b, #fcdfc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57b1f, #d99a36, #f1b74b, #f4d27b, #fcdfc5);
}

Embers of Autumn color palette created on .