Heavy Metal Color Palette

Discover the beautiful Heavy Metal color palette featuring abbey (#4b4e53), rolling stone (#7c7e83), hit gray (#a8b2b8), cold turkey (#d1c1c5) and soft peach (#f0e6e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMetal, Gray, Monochromatic, Modern, Deep, Black, White, Neutral, Vintage 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 Heavy Metal palette

Share this palette to:

💻 Heavy Metal color palette CSS

/* CSS */
.color-1 {
color: #4b4e53;
}
.color-2 {
color: #7c7e83;
}
.color-3 {
color: #a8b2b8;
}
.color-4 {
color: #d1c1c5;
}
.color-5 {
color: #f0e6e8;
}

/* CSS Variables */
:root {
--color-1: #4b4e53;
--color-2: #7c7e83;
--color-3: #a8b2b8;
--color-4: #d1c1c5;
--color-5: #f0e6e8;
}

🌈 Heavy Metal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e53, #7c7e83, #a8b2b8, #d1c1c5, #f0e6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e53, #7c7e83, #a8b2b8, #d1c1c5, #f0e6e8);
}

Heavy Metal color palette created on .