Bones and Metal Color Palette

Discover the beautiful Bones and Metal color palette featuring sisal (#d1c7b7), bud (#a4a9a2), bitter (#8a8b79), fuscous gray (#5c5d51) and cape cod (#3b3e3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Bone, Earthy, Gray, Soft, Modern, Masculine, Muted 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 Bones and Metal palette

Share this palette to:

💻 Bones and Metal color palette CSS

/* CSS */
.color-1 {
color: #d1c7b7;
}
.color-2 {
color: #a4a9a2;
}
.color-3 {
color: #8a8b79;
}
.color-4 {
color: #5c5d51;
}
.color-5 {
color: #3b3e3f;
}

/* CSS Variables */
:root {
--color-1: #d1c7b7;
--color-2: #a4a9a2;
--color-3: #8a8b79;
--color-4: #5c5d51;
--color-5: #3b3e3f;
}

🌈 Bones and Metal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7b7, #a4a9a2, #8a8b79, #5c5d51, #3b3e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7b7, #a4a9a2, #8a8b79, #5c5d51, #3b3e3f);
}

Bones and Metal color palette created on .