Hufflepuff Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hufflepuff palette

Share this palette to:

Download Hufflepuff Color Palette (PNG)

Download hufflepuff color palette PNG image (landscape)
Download hufflepuff color palette PNG image (square)

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);
}

Hufflepuff color palette created on .