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: #b6692b;
}
.color-2 {
color: #d99a6d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a34e29;
}
.color-5 {
color: #7e3f2a;
}

/* CSS Variables */
:root {
--color-1: #b6692b;
--color-2: #d99a6d;
--color-3: #f1c84b;
--color-4: #a34e29;
--color-5: #7e3f2a;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6692b, #d99a6d, #f1c84b, #a34e29, #7e3f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6692b, #d99a6d, #f1c84b, #a34e29, #7e3f2a);
}

Autumn Glow color palette created on .