Wonderland Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wonderland Whimsy palette
Wonderland Whimsy color palette CSS
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #f1b1c9;
}
.color-3 {
color: #f9d17b;
}
.color-4 {
color: #f6a788;
}
.color-5 {
color: #c45a7a;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f1b1c9;
--color-3: #f9d17b;
--color-4: #f6a788;
--color-5: #c45a7a;
}
Wonderland Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f1b1c9, #f9d17b, #f6a788, #c45a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f1b1c9, #f9d17b, #f6a788, #c45a7a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Wonderland Whimsy color palette created on .