Shades of Grey Color Palette
Discover the beautiful Shades of Grey color palette featuring alto (#d1d1d1), pale leaf (#bfd4bf), gray (#808080), dove gray (#616161) and outer space (#2b3b3b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Green, Earthy, Modern, Minimalist 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 Grey palette
💻 Shades of Grey color palette CSS
/* CSS */
.color-1 {
color: #d1d1d1;
}
.color-2 {
color: #bfd4bf;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #616161;
}
.color-5 {
color: #2b3b3b;
}
/* CSS Variables */
:root {
--color-1: #d1d1d1;
--color-2: #bfd4bf;
--color-3: #808080;
--color-4: #616161;
--color-5: #2b3b3b;
} 🌈 Shades of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d1d1, #bfd4bf, #808080, #616161, #2b3b3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d1d1, #bfd4bf, #808080, #616161, #2b3b3b);
} 🔗 Explore similar color palettes
Shades of Grey color palette created on .