Shades of Iron Color Palette
Discover the beautiful Shades of Iron color palette featuring bombay (#afb3b6), jumbo (#7d7e82), mid gray (#5c5d61), cape cod (#3b3d3f) and shark (#1b1c1d).
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 Iron palette
💻 Shades of Iron color palette CSS
/* CSS */
.color-1 {
color: #afb3b6;
}
.color-2 {
color: #7d7e82;
}
.color-3 {
color: #5c5d61;
}
.color-4 {
color: #3b3d3f;
}
.color-5 {
color: #1b1c1d;
}
/* CSS Variables */
:root {
--color-1: #afb3b6;
--color-2: #7d7e82;
--color-3: #5c5d61;
--color-4: #3b3d3f;
--color-5: #1b1c1d;
}
🌈 Shades of Iron background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
🔗 Explore similar color palettes
Shades of Iron color palette created on .