Steel Color Palette
Discover the beautiful Steel color palette featuring river bed (#4b5563), regent gray (#7b8b9d), cadet blue (#a9b3c1), ghost (#bfc3cf) and mischka (#d5d8e1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Modern, Neutral, Soft, Muted, 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 Steel palette
💻 Steel color palette CSS
/* CSS */
.color-1 {
color: #4b5563;
}
.color-2 {
color: #7b8b9d;
}
.color-3 {
color: #a9b3c1;
}
.color-4 {
color: #bfc3cf;
}
.color-5 {
color: #d5d8e1;
}
/* CSS Variables */
:root {
--color-1: #4b5563;
--color-2: #7b8b9d;
--color-3: #a9b3c1;
--color-4: #bfc3cf;
--color-5: #d5d8e1;
}
🌈 Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}
🔗 Explore similar color palettes
Steel color palette created on .