Shades of Gray Color Palette

Discover the beautiful Shades of Gray color palette featuring bombay (#b1b4b9), oslo gray (#878d92), nevada (#6b7276), abbey (#4c5457) and cape cod (#3a3f41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Earthy, Modern, Muted, Neutral 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 Shades of Gray palette

Share this palette to:

💻 Shades of Gray color palette CSS

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #878d92;
}
.color-3 {
color: #6b7276;
}
.color-4 {
color: #4c5457;
}
.color-5 {
color: #3a3f41;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #878d92;
--color-3: #6b7276;
--color-4: #4c5457;
--color-5: #3a3f41;
}

🌈 Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #878d92, #6b7276, #4c5457, #3a3f41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #878d92, #6b7276, #4c5457, #3a3f41);
}

Shades of Gray color palette created on .