Muted Grey Color Palette

Discover the beautiful Muted Grey color palette featuring iron (#cfd2d3), submarine (#b6c8c6), hit gray (#a1b2b5), oslo gray (#7b8c8e) and abbey (#4f5c5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Minimalist, Modern, Neutral, Soft 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 Muted Grey palette

Share this palette to:

💻 Muted Grey color palette CSS

/* CSS */
.color-1 {
color: #cfd2d3;
}
.color-2 {
color: #b6c8c6;
}
.color-3 {
color: #a1b2b5;
}
.color-4 {
color: #7b8c8e;
}
.color-5 {
color: #4f5c5f;
}

/* CSS Variables */
:root {
--color-1: #cfd2d3;
--color-2: #b6c8c6;
--color-3: #a1b2b5;
--color-4: #7b8c8e;
--color-5: #4f5c5f;
}

🌈 Muted Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd2d3, #b6c8c6, #a1b2b5, #7b8c8e, #4f5c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd2d3, #b6c8c6, #a1b2b5, #7b8c8e, #4f5c5f);
}

Muted Grey color palette created on .