Shades of Grey Color Palette
Discover the beautiful Shades of Grey color palette featuring submarine (#b6c8c5), pewter (#a4b6a7), envy (#8db099), blue smoke (#7f908c) and sirocco (#6d7e7b).
Brightness
Saturation
Warmth
💡 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: #b6c8c5;
}
.color-2 {
color: #a4b6a7;
}
.color-3 {
color: #8db099;
}
.color-4 {
color: #7f908c;
}
.color-5 {
color: #6d7e7b;
}
/* CSS Variables */
:root {
--color-1: #b6c8c5;
--color-2: #a4b6a7;
--color-3: #8db099;
--color-4: #7f908c;
--color-5: #6d7e7b;
}
🌈 Shades of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c5, #a4b6a7, #8db099, #7f908c, #6d7e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c5, #a4b6a7, #8db099, #7f908c, #6d7e7b);
}
🔗 Explore similar color palettes
Shades of Grey color palette created on .