Shades of Black Color Palette
Discover the beautiful Shades of Black color palette featuring twilight (#e4d3d7), cold turkey (#c9b1b7), dusty gray (#a58d91), spicy pink (#7c6a6e) and abbey (#4c4e52).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Soft, Elegant, Light Autumn, 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: #e4d3d7;
}
.color-2 {
color: #c9b1b7;
}
.color-3 {
color: #a58d91;
}
.color-4 {
color: #7c6a6e;
}
.color-5 {
color: #4c4e52;
}
/* CSS Variables */
:root {
--color-1: #e4d3d7;
--color-2: #c9b1b7;
--color-3: #a58d91;
--color-4: #7c6a6e;
--color-5: #4c4e52;
}
🌈 Shades of Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d3d7, #c9b1b7, #a58d91, #7c6a6e, #4c4e52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d3d7, #c9b1b7, #a58d91, #7c6a6e, #4c4e52);
}
🔗 Explore similar color palettes
Shades of Black color palette created on .