Cutesy Zombie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cutesy Zombie palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cutesy Zombie

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

tavolozza dei colori Cutesy Zombie CSS

/* CSS */
.color-1 {
color: #f2a6c3;
}
.color-2 {
color: #7a4e8d;
}
.color-3 {
color: #b1e7b2;
}
.color-4 {
color: #f7eb92;
}
.color-5 {
color: #6a4e4e;
}

/* CSS Variables */
:root {
--color-1: #f2a6c3;
--color-2: #7a4e8d;
--color-3: #b1e7b2;
--color-4: #f7eb92;
--color-5: #6a4e4e;
}

CSS con gradiente di sfondo Cutesy Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c3, #7a4e8d, #b1e7b2, #f7eb92, #6a4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c3, #7a4e8d, #b1e7b2, #f7eb92, #6a4e4e);
}

Cutesy Zombie color palette created on .