Steel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Steel palette
Steel color palette CSS
/* CSS */
.color-1 {
color: #4b5563;
}
.color-2 {
color: #7b8b9d;
}
.color-3 {
color: #a9b3c1;
}
.color-4 {
color: #bfc3cf;
}
.color-5 {
color: #d5d8e1;
}
/* CSS Variables */
:root {
--color-1: #4b5563;
--color-2: #7b8b9d;
--color-3: #a9b3c1;
--color-4: #bfc3cf;
--color-5: #d5d8e1;
}
Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}
Similar color palettes
Steel color palette created on .