Steel Mist Color Palette
Discover the beautiful Steel Mist color palette featuring bermuda gray (#7292ae), casper (#9fb9c7), botticelli (#c1d7de), mystic (#dde2ec) and black squeeze (#edf6f8).
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 Steel Mist palette
💻 Steel Mist color palette CSS
/* CSS */
.color-1 {
color: #7292ae;
}
.color-2 {
color: #9fb9c7;
}
.color-3 {
color: #c1d7de;
}
.color-4 {
color: #dde2ec;
}
.color-5 {
color: #edf6f8;
}
/* CSS Variables */
:root {
--color-1: #7292ae;
--color-2: #9fb9c7;
--color-3: #c1d7de;
--color-4: #dde2ec;
--color-5: #edf6f8;
} 🌈 Steel Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7292ae, #9fb9c7, #c1d7de, #dde2ec, #edf6f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7292ae, #9fb9c7, #c1d7de, #dde2ec, #edf6f8);
} 🔗 Explore similar color palettes
Steel Mist color palette created on .