Gray Stone Color Palette
Discover the beautiful Gray Stone color palette featuring blue smoke (#7c8d8b), norway (#a3b8a3), tasman (#c2d1c2), gray nurse (#e1eae1) and gray nurse (#f3f6f3).
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 Gray Stone palette
💻 Gray Stone color palette CSS
/* CSS */
.color-1 {
color: #7c8d8b;
}
.color-2 {
color: #a3b8a3;
}
.color-3 {
color: #c2d1c2;
}
.color-4 {
color: #e1eae1;
}
.color-5 {
color: #f3f6f3;
}
/* CSS Variables */
:root {
--color-1: #7c8d8b;
--color-2: #a3b8a3;
--color-3: #c2d1c2;
--color-4: #e1eae1;
--color-5: #f3f6f3;
}
🌈 Gray Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c8d8b, #a3b8a3, #c2d1c2, #e1eae1, #f3f6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c8d8b, #a3b8a3, #c2d1c2, #e1eae1, #f3f6f3);
}
🔗 Explore similar color palettes
Gray Stone color palette created on .