Retro Earthy Fall Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Earthy Fall palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Earthy Fall

Download retro earthy fall color palette PNG image (landscape)
Download retro earthy fall color palette PNG image (square)

tavolozza dei colori Retro Earthy Fall CSS

/* CSS */
.color-1 {
color: #d69f38;
}
.color-2 {
color: #c37b3c;
}
.color-3 {
color: #a45b2d;
}
.color-4 {
color: #894929;
}
.color-5 {
color: #6b3e29;
}

/* CSS Variables */
:root {
--color-1: #d69f38;
--color-2: #c37b3c;
--color-3: #a45b2d;
--color-4: #894929;
--color-5: #6b3e29;
}

CSS con gradiente di sfondo Retro Earthy Fall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}

Retro Earthy Fall color palette created on .