Midnight Glow Color Palette

Discover the beautiful Midnight Glow color palette featuring midnight (#011737), elephant (#0f2a43), cello (#1e4b66), horizon (#5c8fa3) and aqua island (#a4dad5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Deep, Midnight, Modern, Night Sky, Teal 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: #011737;
}
.color-2 {
color: #0f2a43;
}
.color-3 {
color: #1e4b66;
}
.color-4 {
color: #5c8fa3;
}
.color-5 {
color: #a4dad5;
}

/* CSS Variables */
:root {
--color-1: #011737;
--color-2: #0f2a43;
--color-3: #1e4b66;
--color-4: #5c8fa3;
--color-5: #a4dad5;
}

🌈 Midnight Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #011737, #0f2a43, #1e4b66, #5c8fa3, #a4dad5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #011737, #0f2a43, #1e4b66, #5c8fa3, #a4dad5);
}

Midnight Glow color palette created on .