Autumn Spice Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Spice Delight palette

Condividi questa palette a:

Scarica la tavolozza dei colori Autumn Spice Delight (PNG)

Download autumn spice delight color palette PNG image (landscape)
Download autumn spice delight color palette PNG image (square)

tavolozza dei colori Autumn Spice Delight CSS

/* CSS */
.color-1 {
color: #7e4e3e;
}
.color-2 {
color: #b05b4a;
}
.color-3 {
color: #f2a15a;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #dfa39f;
}

/* CSS Variables */
:root {
--color-1: #7e4e3e;
--color-2: #b05b4a;
--color-3: #f2a15a;
--color-4: #f4cf3e;
--color-5: #dfa39f;
}

CSS con gradiente di sfondo Autumn Spice Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}

Autumn Spice Delight color palette created on .