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: #a4c8df;
}
.color-2 {
color: #f2bad5;
}
.color-3 {
color: #f1e5a2;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #5c4b8b;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f2bad5;
--color-3: #f1e5a2;
--color-4: #ff6e61;
--color-5: #5c4b8b;
}

CSS con gradiente di sfondo Wonderland Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f2bad5, #f1e5a2, #ff6e61, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f2bad5, #f1e5a2, #ff6e61, #5c4b8b);
}

Wonderland Whimsy color palette created on .