Pumpkin Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pumpkin Delight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Pumpkin Delight

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

tavolozza dei colori Pumpkin Delight CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #eaad5d;
}
.color-3 {
color: #f6d0a7;
}
.color-4 {
color: #905c3c;
}
.color-5 {
color: #d65c24;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #eaad5d;
--color-3: #f6d0a7;
--color-4: #905c3c;
--color-5: #d65c24;
}

CSS con gradiente di sfondo Pumpkin Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #eaad5d, #f6d0a7, #905c3c, #d65c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #eaad5d, #f6d0a7, #905c3c, #d65c24);
}

Pumpkin Delight color palette created on .