Iron Elegance Color Palette
Discover the beautiful Iron Elegance color palette featuring iron (#e1e3e5), bombay (#b0b3b5), oslo gray (#8a8d8f), abbey (#595c5f) and shark (#2c2e30).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Modern, Minimalist, Elegant, Soft, Neutral, Deep, Bright Winter 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 Iron Elegance palette
💻 Iron Elegance color palette CSS
/* CSS */
.color-1 {
color: #e1e3e5;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #8a8d8f;
}
.color-4 {
color: #595c5f;
}
.color-5 {
color: #2c2e30;
}
/* CSS Variables */
:root {
--color-1: #e1e3e5;
--color-2: #b0b3b5;
--color-3: #8a8d8f;
--color-4: #595c5f;
--color-5: #2c2e30;
}
🌈 Iron Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e3e5, #b0b3b5, #8a8d8f, #595c5f, #2c2e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e3e5, #b0b3b5, #8a8d8f, #595c5f, #2c2e30);
}
🔗 Explore similar color palettes
Iron Elegance color palette created on .