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