Teeth and Metal Color Palette

Discover the beautiful Teeth and Metal color palette featuring cold turkey (#d2c6c7), edward (#a8b2b3), oslo gray (#7d8a8c), cutty sark (#4c6667) and outer space (#2a3b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMetal, Teeth, Gray, Modern, Soft, Warm Autumn, Deep, 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 Teeth and Metal palette

Share this palette to:

💻 Teeth and Metal color palette CSS

/* CSS */
.color-1 {
color: #d2c6c7;
}
.color-2 {
color: #a8b2b3;
}
.color-3 {
color: #7d8a8c;
}
.color-4 {
color: #4c6667;
}
.color-5 {
color: #2a3b3c;
}

/* CSS Variables */
:root {
--color-1: #d2c6c7;
--color-2: #a8b2b3;
--color-3: #7d8a8c;
--color-4: #4c6667;
--color-5: #2a3b3c;
}

🌈 Teeth and Metal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c6c7, #a8b2b3, #7d8a8c, #4c6667, #2a3b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c6c7, #a8b2b3, #7d8a8c, #4c6667, #2a3b3c);
}

Teeth and Metal color palette created on .