Shades of Black Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Black palette
Shades of Black color palette PNG image
Shades of Black color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1a1a1a;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #666666;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1a1a1a;
--color-3: #333333;
--color-4: #4d4d4d;
--color-5: #666666;
}
Shades of Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}
Similar color palettes
Shades of Black color palette created on .