Wonderland Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wonderland Whimsy palette

Share this palette to:

Wonderland Whimsy color palette CSS

/* CSS */
.color-1 {
color: #a1c4e8;
}
.color-2 {
color: #f1a7b1;
}
.color-3 {
color: #ffda75;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #e2a2d0;
}

/* CSS Variables */
:root {
--color-1: #a1c4e8;
--color-2: #f1a7b1;
--color-3: #ffda75;
--color-4: #f8caa5;
--color-5: #e2a2d0;
}

Wonderland Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c4e8, #f1a7b1, #ffda75, #f8caa5, #e2a2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c4e8, #f1a7b1, #ffda75, #f8caa5, #e2a2d0);
}

Wonderland Whimsy color palette created on .