Harry Potter Color Palette
Discover the beautiful Harry Potter color palette featuring cinnamon (#804000), pirate gold (#b87a00), selective yellow (#f0b400), fire (#b32d00) and cedar wood finish (#702000).
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: #804000;
}
.color-2 {
color: #b87a00;
}
.color-3 {
color: #f0b400;
}
.color-4 {
color: #b32d00;
}
.color-5 {
color: #702000;
}
/* CSS Variables */
:root {
--color-1: #804000;
--color-2: #b87a00;
--color-3: #f0b400;
--color-4: #b32d00;
--color-5: #702000;
} 🌈 Harry Potter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804000, #b87a00, #f0b400, #b32d00, #702000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804000, #b87a00, #f0b400, #b32d00, #702000);
} 🔗 Explore similar color palettes
Harry Potter color palette created on .