Midnight Cat Color Palette

Discover the beautiful Midnight Cat color palette featuring vulcan (#11101e), mirage (#1a1a2d), martinique (#2c2b46), gun powder (#403f5f) and comet (#525280).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Deep, Elegant, Gray, Modern, Muted, Night Sky 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 Cat palette

Share this palette to:

💻 Midnight Cat color palette CSS

/* CSS */
.color-1 {
color: #11101e;
}
.color-2 {
color: #1a1a2d;
}
.color-3 {
color: #2c2b46;
}
.color-4 {
color: #403f5f;
}
.color-5 {
color: #525280;
}

/* CSS Variables */
:root {
--color-1: #11101e;
--color-2: #1a1a2d;
--color-3: #2c2b46;
--color-4: #403f5f;
--color-5: #525280;
}

🌈 Midnight Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11101e, #1a1a2d, #2c2b46, #403f5f, #525280);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11101e, #1a1a2d, #2c2b46, #403f5f, #525280);
}

Midnight Cat color palette created on .