Autumn to Winter Transition Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn to Winter Transition palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Autumn to Winter Transition

Download autumn to winter transition color palette PNG image (landscape)
Download autumn to winter transition color palette PNG image (square)

tavolozza dei colori Autumn to Winter Transition CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e0af7b;
}
.color-4 {
color: #afc3cf;
}
.color-5 {
color: #609d9f;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c19b6c;
--color-3: #e0af7b;
--color-4: #afc3cf;
--color-5: #609d9f;
}

CSS con gradiente di sfondo Autumn to Winter Transition

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}

Autumn to Winter Transition color palette created on .