Hogwarts Express Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hogwarts Express palette

Share this palette to:

Hogwarts Express color palette PNG image

Download hogwarts express color palette PNG image (landscape)
Download hogwarts express color palette PNG image (square)

Hogwarts Express color palette CSS

/* CSS */
.color-1 {
color: #7b1e3d;
}
.color-2 {
color: #b03b46;
}
.color-3 {
color: #e05c67;
}
.color-4 {
color: #f8aa8b;
}
.color-5 {
color: #f5e0a3;
}

/* CSS Variables */
:root {
--color-1: #7b1e3d;
--color-2: #b03b46;
--color-3: #e05c67;
--color-4: #f8aa8b;
--color-5: #f5e0a3;
}

Hogwarts Express background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e3d, #b03b46, #e05c67, #f8aa8b, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e3d, #b03b46, #e05c67, #f8aa8b, #f5e0a3);
}

Hogwarts Express color palette created on .