Ashy Gray Color Palette
Discover the beautiful Ashy Gray color palette featuring bombay (#b0b3b5), gray chateau (#a3a6a8), oslo gray (#8f9194), iron (#d4d7d8) and porcelain (#f1f3f4).
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 Ashy Gray palette
💻 Ashy Gray color palette CSS
/* CSS */
.color-1 {
color: #b0b3b5;
}
.color-2 {
color: #a3a6a8;
}
.color-3 {
color: #8f9194;
}
.color-4 {
color: #d4d7d8;
}
.color-5 {
color: #f1f3f4;
}
/* CSS Variables */
:root {
--color-1: #b0b3b5;
--color-2: #a3a6a8;
--color-3: #8f9194;
--color-4: #d4d7d8;
--color-5: #f1f3f4;
} 🌈 Ashy Gray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b3b5, #a3a6a8, #8f9194, #d4d7d8, #f1f3f4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b3b5, #a3a6a8, #8f9194, #d4d7d8, #f1f3f4);
} 🔗 Explore similar color palettes
Ashy Gray color palette created on .