Midnight Abyss Color Palette

Discover the beautiful Midnight Abyss color palette featuring cod gray (#1c1c1c), astronaut (#2b4d73), san juan (#2b506e), cello (#1d395e) and blue zodiac (#0e2743).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Deep, Ocean, 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 Abyss palette

Share this palette to:

💻 Midnight Abyss color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #2b4d73;
}
.color-3 {
color: #2b506e;
}
.color-4 {
color: #1d395e;
}
.color-5 {
color: #0e2743;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #2b4d73;
--color-3: #2b506e;
--color-4: #1d395e;
--color-5: #0e2743;
}

🌈 Midnight Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #2b4d73, #2b506e, #1d395e, #0e2743);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #2b4d73, #2b506e, #1d395e, #0e2743);
}

Midnight Abyss color palette created on .