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: #db4f24;
}
.color-2 {
color: #e6a66b;
}
.color-3 {
color: #f1d2b6;
}
.color-4 {
color: #a8b4c2;
}
.color-5 {
color: #4f7a92;
}

/* CSS Variables */
:root {
--color-1: #db4f24;
--color-2: #e6a66b;
--color-3: #f1d2b6;
--color-4: #a8b4c2;
--color-5: #4f7a92;
}

CSS con gradiente di sfondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db4f24, #e6a66b, #f1d2b6, #a8b4c2, #4f7a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db4f24, #e6a66b, #f1d2b6, #a8b4c2, #4f7a92);
}

Autumn Glow color palette created on .