Superman Color Palette
Discover the beautiful Superman color palette featuring brick red (#c52b3d), international klein blue (#0038a8), havelock blue (#498ad0), saffron (#f4cf3e) and corvette (#f9d2a9).
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 Superman palette
💻 Superman color palette CSS
/* CSS */
.color-1 {
color: #c52b3d;
}
.color-2 {
color: #0038a8;
}
.color-3 {
color: #498ad0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f9d2a9;
}
/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #0038a8;
--color-3: #498ad0;
--color-4: #f4cf3e;
--color-5: #f9d2a9;
}
🌈 Superman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
🔗 Explore similar color palettes
Superman color palette created on .