Gryffindor Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gryffindor Inspired palette

Share this palette to:

Gryffindor Inspired color palette PNG image

Download gryffindor inspired color palette PNG image (landscape)
Download gryffindor inspired color palette PNG image (square)

Gryffindor Inspired color palette CSS

/* CSS */
.color-1 {
color: #9e1f3f;
}
.color-2 {
color: #d6a75c;
}
.color-3 {
color: #5e2b2d;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #984d2a;
}

/* CSS Variables */
:root {
--color-1: #9e1f3f;
--color-2: #d6a75c;
--color-3: #5e2b2d;
--color-4: #f1c40e;
--color-5: #984d2a;
}

Gryffindor Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e1f3f, #d6a75c, #5e2b2d, #f1c40e, #984d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e1f3f, #d6a75c, #5e2b2d, #f1c40e, #984d2a);
}

Gryffindor Inspired color palette created on .