Pumpkin Spice Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pumpkin Spice palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Pumpkin Spice

Download pumpkin spice color palette PNG image (landscape)
Download pumpkin spice color palette PNG image (square)

tavolozza dei colori Pumpkin Spice CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd88f;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ff9b3d;
--color-3: #ffb65c;
--color-4: #ffd88f;
--color-5: #fff4b3;
}

CSS con gradiente di sfondo Pumpkin Spice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}

Pumpkin Spice color palette created on .