Shades of Black Color Palette
Discover the beautiful Shades of Black color palette featuring asphalt (#040101), mine shaft (#2e2e2e), emperor (#4f4f4f), gray (#828282) and nobel (#b5b5b5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Dark, Monochromatic, Neutral, Elegant, Minimalist, 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 Shades of Black palette
💻 Shades of Black color palette CSS
/* CSS */
.color-1 {
color: #040101;
}
.color-2 {
color: #2e2e2e;
}
.color-3 {
color: #4f4f4f;
}
.color-4 {
color: #828282;
}
.color-5 {
color: #b5b5b5;
}
/* CSS Variables */
:root {
--color-1: #040101;
--color-2: #2e2e2e;
--color-3: #4f4f4f;
--color-4: #828282;
--color-5: #b5b5b5;
} 🌈 Shades of Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #040101, #2e2e2e, #4f4f4f, #828282, #b5b5b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #040101, #2e2e2e, #4f4f4f, #828282, #b5b5b5);
} 🔗 Explore similar color palettes
Shades of Black color palette created on .