Gryffindor Color Palette
Discover the beautiful Gryffindor color palette featuring old brick (#931f33), tussock (#c1a053), anzac (#dbad43), stiletto (#9f2d2f) and wine berry (#5a202c).
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 Gryffindor palette
💻 Gryffindor color palette CSS
/* CSS */
.color-1 {
color: #931f33;
}
.color-2 {
color: #c1a053;
}
.color-3 {
color: #dbad43;
}
.color-4 {
color: #9f2d2f;
}
.color-5 {
color: #5a202c;
}
/* CSS Variables */
:root {
--color-1: #931f33;
--color-2: #c1a053;
--color-3: #dbad43;
--color-4: #9f2d2f;
--color-5: #5a202c;
}
🌈 Gryffindor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #931f33, #c1a053, #dbad43, #9f2d2f, #5a202c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #931f33, #c1a053, #dbad43, #9f2d2f, #5a202c);
}
🔗 Explore similar color palettes
Gryffindor color palette created on .