Shades of Black Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Black palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Black Color Palette (PNG)
Shades of Black color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #424242;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #bfbfbf;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #424242;
--color-3: #7d7d7d;
--color-4: #bfbfbf;
--color-5: #ffffff;
}
Shades of Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #424242, #7d7d7d, #bfbfbf, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #424242, #7d7d7d, #bfbfbf, #ffffff);
}
Similar color palettes
Shades of Black color palette created on .