Hufflepuff Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hufflepuff palette
Download Hufflepuff Color Palette (PNG)
Hufflepuff color palette CSS
/* CSS */
.color-1 {
color: #fde56d;
}
.color-2 {
color: #fccb4f;
}
.color-3 {
color: #e0ae38;
}
.color-4 {
color: #f4d962;
}
.color-5 {
color: #dc8138;
}
/* CSS Variables */
:root {
--color-1: #fde56d;
--color-2: #fccb4f;
--color-3: #e0ae38;
--color-4: #f4d962;
--color-5: #dc8138;
}
Hufflepuff background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde56d, #fccb4f, #e0ae38, #f4d962, #dc8138);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde56d, #fccb4f, #e0ae38, #f4d962, #dc8138);
}
Similar color palettes
Hufflepuff color palette created on .