Midnight Heist Color Palette

Discover the beautiful Midnight Heist color palette featuring thunder (#211921), matterhorn (#4d3d49), eggplant (#60454c), copper rust (#8b4e53) and matrix (#a26155).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Dark, Deep, Earthy, Maroon, Muted, Red, Warm 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 Midnight Heist palette

Share this palette to:

💻 Midnight Heist color palette CSS

/* CSS */
.color-1 {
color: #211921;
}
.color-2 {
color: #4d3d49;
}
.color-3 {
color: #60454c;
}
.color-4 {
color: #8b4e53;
}
.color-5 {
color: #a26155;
}

/* CSS Variables */
:root {
--color-1: #211921;
--color-2: #4d3d49;
--color-3: #60454c;
--color-4: #8b4e53;
--color-5: #a26155;
}

🌈 Midnight Heist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #211921, #4d3d49, #60454c, #8b4e53, #a26155);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #211921, #4d3d49, #60454c, #8b4e53, #a26155);
}

Midnight Heist color palette created on .