Smokey Grey Color Palette
Discover the beautiful Smokey Grey color palette featuring storm dust (#666864), green spring (#b1b5b0), kangaroo (#c2c6be), moon mist (#dcdfd3) and green white (#e9ede3).
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 Smokey Grey palette
💻 Smokey Grey color palette CSS
/* CSS */
.color-1 {
color: #666864;
}
.color-2 {
color: #b1b5b0;
}
.color-3 {
color: #c2c6be;
}
.color-4 {
color: #dcdfd3;
}
.color-5 {
color: #e9ede3;
}
/* CSS Variables */
:root {
--color-1: #666864;
--color-2: #b1b5b0;
--color-3: #c2c6be;
--color-4: #dcdfd3;
--color-5: #e9ede3;
}
🌈 Smokey Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #666864, #b1b5b0, #c2c6be, #dcdfd3, #e9ede3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #666864, #b1b5b0, #c2c6be, #dcdfd3, #e9ede3);
}
🔗 Explore similar color palettes
Smokey Grey color palette created on .