Hufflepuff Color Palette
Discover the beautiful Hufflepuff color palette featuring marigold yellow (#fde56e), golden tainoi (#fccb52), anzac (#e0ae38), energy yellow (#f4d962) and red damask (#dc8135).
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 Hufflepuff palette
๐ป Hufflepuff color palette CSS
/* CSS */
.color-1 {
color: #fde56e;
}
.color-2 {
color: #fccb52;
}
.color-3 {
color: #e0ae38;
}
.color-4 {
color: #f4d962;
}
.color-5 {
color: #dc8135;
}
/* CSS Variables */
:root {
--color-1: #fde56e;
--color-2: #fccb52;
--color-3: #e0ae38;
--color-4: #f4d962;
--color-5: #dc8135;
} ๐ Hufflepuff background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde56e, #fccb52, #e0ae38, #f4d962, #dc8135);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde56e, #fccb52, #e0ae38, #f4d962, #dc8135);
} ๐ Explore similar color palettes
Hufflepuff color palette created on .