Wonderland Graphics Color Palette
Discover the beautiful Wonderland Graphics color palette featuring gothic (#729ca5), chestnut rose (#c85b61), sundance (#d0a55a), tenn (#d05f00) and limeade (#99a200).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Wonderland Graphics palette
๐ป Wonderland Graphics color palette CSS
/* CSS */
.color-1 {
color: #729ca5;
}
.color-2 {
color: #c85b61;
}
.color-3 {
color: #d0a55a;
}
.color-4 {
color: #d05f00;
}
.color-5 {
color: #99a200;
}
/* CSS Variables */
:root {
--color-1: #729ca5;
--color-2: #c85b61;
--color-3: #d0a55a;
--color-4: #d05f00;
--color-5: #99a200;
} ๐ Wonderland Graphics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #729ca5, #c85b61, #d0a55a, #d05f00, #99a200);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #729ca5, #c85b61, #d0a55a, #d05f00, #99a200);
} ๐ Explore similar color palettes
Wonderland Graphics color palette created on .