Wiggly Wonderland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wiggly Wonderland palette

Condividi questa palette a:

tavolozza dei colori Wiggly Wonderland CSS

/* CSS */
.color-1 {
color: #7dbf40;
}
.color-2 {
color: #f0c24c;
}
.color-3 {
color: #f68d3c;
}
.color-4 {
color: #e24a3c;
}
.color-5 {
color: #d25b9e;
}

/* CSS Variables */
:root {
--color-1: #7dbf40;
--color-2: #f0c24c;
--color-3: #f68d3c;
--color-4: #e24a3c;
--color-5: #d25b9e;
}

CSS con gradiente di sfondo Wiggly Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dbf40, #f0c24c, #f68d3c, #e24a3c, #d25b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dbf40, #f0c24c, #f68d3c, #e24a3c, #d25b9e);
}

Wiggly Wonderland color palette created on .