Zombie Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Zombie Garden palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Zombie Garden

Download zombie garden color palette PNG image (landscape)
Download zombie garden color palette PNG image (square)

tavolozza dei colori Zombie Garden CSS

/* CSS */
.color-1 {
color: #699e4c;
}
.color-2 {
color: #8cbe79;
}
.color-3 {
color: #d1c84d;
}
.color-4 {
color: #e4694e;
}
.color-5 {
color: #e8b14a;
}

/* CSS Variables */
:root {
--color-1: #699e4c;
--color-2: #8cbe79;
--color-3: #d1c84d;
--color-4: #e4694e;
--color-5: #e8b14a;
}

CSS con gradiente di sfondo Zombie Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699e4c, #8cbe79, #d1c84d, #e4694e, #e8b14a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699e4c, #8cbe79, #d1c84d, #e4694e, #e8b14a);
}

Zombie Garden color palette created on .