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: #3e2914;
}
.color-2 {
color: #522914;
}
.color-3 {
color: #f1d5b1;
}
.color-4 {
color: #d7a865;
}
.color-5 {
color: #a07b4b;
}

/* CSS Variables */
:root {
--color-1: #3e2914;
--color-2: #522914;
--color-3: #f1d5b1;
--color-4: #d7a865;
--color-5: #a07b4b;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2914, #522914, #f1d5b1, #d7a865, #a07b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2914, #522914, #f1d5b1, #d7a865, #a07b4b);
}

Autumn Glow color palette created on .