Metal Color Palette

Discover the beautiful Metal color palette featuring oslo gray (#8a8d8f), shuttle gray (#5d646f), mako (#3b3f44), shark (#2c2e30) and shark (#1b1d1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Modern, Minimalist, Monochromatic, Deep, Neutral, Masculine color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Metal palette

Share this palette to:

💻 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);
}

Metal color palette created on .