Metal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Metal Color Palette (PNG)
Metal color palette CSS
/* CSS */
.color-1 {
color: #8a8d8f;
}
.color-2 {
color: #5d646f;
}
.color-3 {
color: #3b3f44;
}
.color-4 {
color: #2c2e30;
}
.color-5 {
color: #1b1d1d;
}
/* CSS Variables */
:root {
--color-1: #8a8d8f;
--color-2: #5d646f;
--color-3: #3b3f44;
--color-4: #2c2e30;
--color-5: #1b1d1d;
}
Metal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a8d8f, #5d646f, #3b3f44, #2c2e30, #1b1d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a8d8f, #5d646f, #3b3f44, #2c2e30, #1b1d1d);
}
Similar color palettes
Scroll down to explore 1000+ Gray color palettes
Metal color palette created on .