Midnight Depths Color Palette

Discover the beautiful Midnight Depths color palette featuring shark (#191e24), mako (#3b3f45), shuttle gray (#5d6369), oslo gray (#7e858b) and hit gray (#a0b0b6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Gray, Muted, Night Sky, Modern, Masculine, Soft 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 Depths palette

Share this palette to:

💻 Midnight Depths color palette CSS

/* CSS */
.color-1 {
color: #191e24;
}
.color-2 {
color: #3b3f45;
}
.color-3 {
color: #5d6369;
}
.color-4 {
color: #7e858b;
}
.color-5 {
color: #a0b0b6;
}

/* CSS Variables */
:root {
--color-1: #191e24;
--color-2: #3b3f45;
--color-3: #5d6369;
--color-4: #7e858b;
--color-5: #a0b0b6;
}

🌈 Midnight Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191e24, #3b3f45, #5d6369, #7e858b, #a0b0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191e24, #3b3f45, #5d6369, #7e858b, #a0b0b6);
}

Midnight Depths color palette created on .