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: #6a5bcd;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #ad8cc5;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7c68ee;
--color-3: #ad8cc5;
--color-4: #ffb347;
--color-5: #ff6e61;
}

Wonderland Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7c68ee, #ad8cc5, #ffb347, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7c68ee, #ad8cc5, #ffb347, #ff6e61);
}

Wonderland Whimsy color palette created on .