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: #a85f2e;
}
.color-2 {
color: #d88a3b;
}
.color-3 {
color: #f1c4a2;
}
.color-4 {
color: #895a39;
}
.color-5 {
color: #4e2c1d;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d88a3b;
--color-3: #f1c4a2;
--color-4: #895a39;
--color-5: #4e2c1d;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d88a3b, #f1c4a2, #895a39, #4e2c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d88a3b, #f1c4a2, #895a39, #4e2c1d);
}

Autumn Glow color palette created on .