Malfoy Manor Color Palette

Discover the beautiful Malfoy Manor color palette featuring alto (#d4d4d4), silver chalice (#a8a8a8), dove gray (#696969), tundora (#4a4a4a) and cod gray (#1c1c1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Elegant, Gray, Masculine, Modern, Monochromatic, Neutral 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 Malfoy Manor palette

Share this palette to:

💻 Malfoy Manor color palette CSS

/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #696969;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #a8a8a8;
--color-3: #696969;
--color-4: #4a4a4a;
--color-5: #1c1c1c;
}

🌈 Malfoy Manor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #a8a8a8, #696969, #4a4a4a, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #a8a8a8, #696969, #4a4a4a, #1c1c1c);
}

Malfoy Manor color palette created on .