Hogwarts Express Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hogwarts Express palette
Hogwarts Express color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.train color palettes
Hogwarts Express color palette created on .