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: #c75d3d;
}
.color-2 {
color: #d78f3c;
}
.color-3 {
color: #e6b93d;
}
.color-4 {
color: #f1d55b;
}
.color-5 {
color: #f9e5a4;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #d78f3c;
--color-3: #e6b93d;
--color-4: #f1d55b;
--color-5: #f9e5a4;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #d78f3c, #e6b93d, #f1d55b, #f9e5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #d78f3c, #e6b93d, #f1d55b, #f9e5a4);
}

Autumn Glow color palette created on .