Wonderland Whimsy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wonderland Whimsy palette

Condividi questa palette a:

tavolozza dei colori Wonderland Whimsy CSS

/* CSS */
.color-1 {
color: #a2c2e6;
}
.color-2 {
color: #f0b7d7;
}
.color-3 {
color: #f6d779;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #a2c2e6;
--color-2: #f0b7d7;
--color-3: #f6d779;
--color-4: #ff6e61;
--color-5: #6b8f24;
}

CSS con gradiente di sfondo Wonderland Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e6, #f0b7d7, #f6d779, #ff6e61, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e6, #f0b7d7, #f6d779, #ff6e61, #6b8f24);
}

Wonderland Whimsy color palette created on .