Harry Potter Color Palette
Discover the beautiful Harry Potter color palette featuring judge gray (#4d3e2e), cashmere (#e3c5a5), spicy mix (#7e5b3a), twine (#c1a071) and apple blossom (#a84c3e).
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 Harry Potter palette
💻 Harry Potter color palette CSS
/* CSS */
.color-1 {
color: #4d3e2e;
}
.color-2 {
color: #e3c5a5;
}
.color-3 {
color: #7e5b3a;
}
.color-4 {
color: #c1a071;
}
.color-5 {
color: #a84c3e;
}
/* CSS Variables */
:root {
--color-1: #4d3e2e;
--color-2: #e3c5a5;
--color-3: #7e5b3a;
--color-4: #c1a071;
--color-5: #a84c3e;
} 🌈 Harry Potter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e2e, #e3c5a5, #7e5b3a, #c1a071, #a84c3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e2e, #e3c5a5, #7e5b3a, #c1a071, #a84c3e);
} 🔗 Explore similar color palettes
Harry Potter color palette created on .