Midnight Color Palette

Discover the beautiful Midnight color palette featuring lucky point (#1d1872), bay of many (#342886), victoria (#524195), deluge (#745ea6) and blue bell (#9088ce).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Indigo, Purple, Lavender, Deep, Muted, Elegant, Modern, Vintage 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 palette

Share this palette to:

💻 Midnight color palette CSS

/* CSS */
.color-1 {
color: #1d1872;
}
.color-2 {
color: #342886;
}
.color-3 {
color: #524195;
}
.color-4 {
color: #745ea6;
}
.color-5 {
color: #9088ce;
}

/* CSS Variables */
:root {
--color-1: #1d1872;
--color-2: #342886;
--color-3: #524195;
--color-4: #745ea6;
--color-5: #9088ce;
}

🌈 Midnight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1872, #342886, #524195, #745ea6, #9088ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1872, #342886, #524195, #745ea6, #9088ce);
}

Midnight color palette created on .