Hogwarts Express Color Palette

Discover the beautiful Hogwarts Express color palette featuring claret (#7b1e3d), medium carmine (#b03b46), mandy (#e05c67), rose bud (#f8aa8b) and sandwisp (#f5e0a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Burgundy, Magical, Red, Train, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Hogwarts Express palette

Share this palette to:

💻 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 .