Wizarding World Color Palette
Discover the beautiful Wizarding World color palette featuring nutmeg (#7d4b2c), sorrell brown (#c9b97e), sandwisp (#f5e0a3), lisbon brown (#4b3d25) and smoky (#6c4f7d).
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 Wizarding World palette
💻 Wizarding World color palette CSS
/* CSS */
.color-1 {
color: #7d4b2c;
}
.color-2 {
color: #c9b97e;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #4b3d25;
}
.color-5 {
color: #6c4f7d;
}
/* CSS Variables */
:root {
--color-1: #7d4b2c;
--color-2: #c9b97e;
--color-3: #f5e0a3;
--color-4: #4b3d25;
--color-5: #6c4f7d;
} 🌈 Wizarding World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
} 🔗 Explore similar color palettes
Wizarding World color palette created on .