Midnight Echoes Color Palette

Discover the beautiful Midnight Echoes color palette featuring shark (#1d1f25), mid gray (#5b5d62), oslo gray (#8d9096), bombay (#b6b9be) and iron (#d6d8dc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Elegant, Modern, Neutral 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 Echoes palette

Share this palette to:

💻 Midnight Echoes color palette CSS

/* CSS */
.color-1 {
color: #1d1f25;
}
.color-2 {
color: #5b5d62;
}
.color-3 {
color: #8d9096;
}
.color-4 {
color: #b6b9be;
}
.color-5 {
color: #d6d8dc;
}

/* CSS Variables */
:root {
--color-1: #1d1f25;
--color-2: #5b5d62;
--color-3: #8d9096;
--color-4: #b6b9be;
--color-5: #d6d8dc;
}

🌈 Midnight Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f25, #5b5d62, #8d9096, #b6b9be, #d6d8dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f25, #5b5d62, #8d9096, #b6b9be, #d6d8dc);
}

Midnight Echoes color palette created on .