Autumn Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Autumn Glow

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

tavolozza dei colori Autumn Glow CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #b04e30;
}
.color-4 {
color: #cfa73a;
}
.color-5 {
color: #e9d1c3;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #a85f2e;
--color-3: #b04e30;
--color-4: #cfa73a;
--color-5: #e9d1c3;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #a85f2e, #b04e30, #cfa73a, #e9d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #a85f2e, #b04e30, #cfa73a, #e9d1c3);
}

Autumn Glow color palette created on .