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: #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;
}

Wonderland Whimsy background gradient CSS

/* 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 .