Elegant Black Color Palette

Discover the beautiful Elegant Black color palette featuring steel gray (#1d1d2a), bright gray (#3b3b4e), comet (#5c5c7a), manatee (#8d8da0) and gray suit (#b6b6c9).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Elegant Black color palette CSS

/* CSS */
.color-1 {
color: #1d1d2a;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #5c5c7a;
}
.color-4 {
color: #8d8da0;
}
.color-5 {
color: #b6b6c9;
}

/* CSS Variables */
:root {
--color-1: #1d1d2a;
--color-2: #3b3b4e;
--color-3: #5c5c7a;
--color-4: #8d8da0;
--color-5: #b6b6c9;
}

🌈 Elegant Black background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d2a, #3b3b4e, #5c5c7a, #8d8da0, #b6b6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d2a, #3b3b4e, #5c5c7a, #8d8da0, #b6b6c9);
}

Elegant Black color palette created on .