Midnight Cat Color Palette

Discover the beautiful Midnight Cat color palette featuring mirage (#121226), ebony clay (#21213b), martinique (#363659), comet (#505077) and scampi (#6868a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Blue, Gray, Modern, Minimalist, Elegant, Muted 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: #121226;
}
.color-2 {
color: #21213b;
}
.color-3 {
color: #363659;
}
.color-4 {
color: #505077;
}
.color-5 {
color: #6868a6;
}

/* CSS Variables */
:root {
--color-1: #121226;
--color-2: #21213b;
--color-3: #363659;
--color-4: #505077;
--color-5: #6868a6;
}

🌈 Midnight Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121226, #21213b, #363659, #505077, #6868a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121226, #21213b, #363659, #505077, #6868a6);
}

Midnight Cat color palette created on .