Midnight Glow Color Palette

Discover the beautiful Midnight Glow color palette featuring gun powder (#3c3d5d), comet (#5e5f7d), manatee (#898ba9), lavender gray (#b6b8d8) and mischka (#d6d9e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Blue, Gray, Vibrant, Modern, Night Sky, Soft, Light Winter 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 Glow palette

Share this palette to:

💻 Midnight Glow color palette CSS

/* CSS */
.color-1 {
color: #3c3d5d;
}
.color-2 {
color: #5e5f7d;
}
.color-3 {
color: #898ba9;
}
.color-4 {
color: #b6b8d8;
}
.color-5 {
color: #d6d9e6;
}

/* CSS Variables */
:root {
--color-1: #3c3d5d;
--color-2: #5e5f7d;
--color-3: #898ba9;
--color-4: #b6b8d8;
--color-5: #d6d9e6;
}

🌈 Midnight Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3d5d, #5e5f7d, #898ba9, #b6b8d8, #d6d9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3d5d, #5e5f7d, #898ba9, #b6b8d8, #d6d9e6);
}

Midnight Glow color palette created on .