Midnight Cat Color Palette

Discover the beautiful Midnight Cat color palette featuring port gore (#261d4b), east bay (#4d4776), kimberly (#7570a6), logan (#c0a7d0) and french lilac (#e9d6f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Gray, Lavender, Light, Muted, Purple, Soft, Vibrant, White 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: #261d4b;
}
.color-2 {
color: #4d4776;
}
.color-3 {
color: #7570a6;
}
.color-4 {
color: #c0a7d0;
}
.color-5 {
color: #e9d6f5;
}

/* CSS Variables */
:root {
--color-1: #261d4b;
--color-2: #4d4776;
--color-3: #7570a6;
--color-4: #c0a7d0;
--color-5: #e9d6f5;
}

🌈 Midnight Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #261d4b, #4d4776, #7570a6, #c0a7d0, #e9d6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #261d4b, #4d4776, #7570a6, #c0a7d0, #e9d6f5);
}

Midnight Cat color palette created on .