Gryffindor Brights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gryffindor Brights palette

Share this palette to:

Gryffindor Brights color palette PNG image

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

Gryffindor Brights color palette CSS

/* CSS */
.color-1 {
color: #9b223a;
}
.color-2 {
color: #c92c41;
}
.color-3 {
color: #efae4d;
}
.color-4 {
color: #f5d07a;
}
.color-5 {
color: #d1a94d;
}

/* CSS Variables */
:root {
--color-1: #9b223a;
--color-2: #c92c41;
--color-3: #efae4d;
--color-4: #f5d07a;
--color-5: #d1a94d;
}

Gryffindor Brights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b223a, #c92c41, #efae4d, #f5d07a, #d1a94d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b223a, #c92c41, #efae4d, #f5d07a, #d1a94d);
}

Gryffindor Brights color palette created on .