Paleta de colores Autumn Elf

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Elf palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Elf

Download autumn elf color palette PNG image (landscape)
Download autumn elf color palette PNG image (square)

CSS de la paleta de colores Autumn Elf

/* CSS */
.color-1 {
color: #8f3c00;
}
.color-2 {
color: #d15e00;
}
.color-3 {
color: #e6a100;
}
.color-4 {
color: #d6a400;
}
.color-5 {
color: #c9cacf;
}

/* CSS Variables */
:root {
--color-1: #8f3c00;
--color-2: #d15e00;
--color-3: #e6a100;
--color-4: #d6a400;
--color-5: #c9cacf;
}

CSS del degradado de fondo Autumn Elf

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f3c00, #d15e00, #e6a100, #d6a400, #c9cacf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f3c00, #d15e00, #e6a100, #d6a400, #c9cacf);
}

Autumn Elf color palette created on .