Autumn Elf Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Elf palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Autumn Elf

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

tavolozza dei colori Autumn Elf CSS

/* 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 con gradiente di sfondo 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 .