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: #9fc4e9;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f8f0b9;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d93b30;
}
/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f5a524;
--color-3: #f8f0b9;
--color-4: #ff6e61;
--color-5: #d93b30;
}
Wonderland Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f5a524, #f8f0b9, #ff6e61, #d93b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f5a524, #f8f0b9, #ff6e61, #d93b30);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Wonderland Whimsy color palette created on .