Shades of Steel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Steel palette
Shades of Steel color palette CSS
/* CSS */
.color-1 {
color: #404040;
}
.color-2 {
color: #595959;
}
.color-3 {
color: #707070;
}
.color-4 {
color: #a1a1a1;
}
.color-5 {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--color-1: #404040;
--color-2: #595959;
--color-3: #707070;
--color-4: #a1a1a1;
--color-5: #d4d4d4;
}
Shades of Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #404040, #595959, #707070, #a1a1a1, #d4d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #404040, #595959, #707070, #a1a1a1, #d4d4d4);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Shades of Steel color palette created on .