Steel Resolve Color Palette
Discover the beautiful Steel Resolve color palette featuring pickled bluewood (#2e3a4d), blue bayoux (#4b5d6c), oslo gray (#7c8b92), hit gray (#a0b0b6) and botticelli (#d1e0e6).
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 Resolve palette
💻 Steel Resolve color palette CSS
/* CSS */
.color-1 {
color: #2e3a4d;
}
.color-2 {
color: #4b5d6c;
}
.color-3 {
color: #7c8b92;
}
.color-4 {
color: #a0b0b6;
}
.color-5 {
color: #d1e0e6;
}
/* CSS Variables */
:root {
--color-1: #2e3a4d;
--color-2: #4b5d6c;
--color-3: #7c8b92;
--color-4: #a0b0b6;
--color-5: #d1e0e6;
} 🌈 Steel Resolve background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3a4d, #4b5d6c, #7c8b92, #a0b0b6, #d1e0e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3a4d, #4b5d6c, #7c8b92, #a0b0b6, #d1e0e6);
} 🔗 Explore similar color palettes
Steel Resolve color palette created on .