Cold Steel Color Palette
Discover the beautiful Cold Steel color palette featuring gothic (#698d9b), cadet blue (#a1b8c4), botticelli (#d0e0e7), black squeeze (#f0f7f9) and iron (#d5d9dc).
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 Cold Steel palette
💻 Cold Steel color palette CSS
/* CSS */
.color-1 {
color: #698d9b;
}
.color-2 {
color: #a1b8c4;
}
.color-3 {
color: #d0e0e7;
}
.color-4 {
color: #f0f7f9;
}
.color-5 {
color: #d5d9dc;
}
/* CSS Variables */
:root {
--color-1: #698d9b;
--color-2: #a1b8c4;
--color-3: #d0e0e7;
--color-4: #f0f7f9;
--color-5: #d5d9dc;
}
🌈 Cold Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}
🔗 Explore similar color palettes
Cold Steel color palette created on .