Wizarding World Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wizarding World palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wizarding World Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.harry-potter color palettes
Wizarding World color palette created on .