Superman Color Palette
Discover the beautiful Superman color palette featuring endeavour (#0057a3), viking (#6eb4e2), spindle (#c1d6f0), supernova (#ffcc00) and guardsman red (#d60000).
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: #0057a3;
 }
.color-2 {
  color: #6eb4e2;
 }
.color-3 {
  color: #c1d6f0;
 }
.color-4 {
  color: #ffcc00;
 }
.color-5 {
  color: #d60000;
 }
/* CSS Variables */
:root {
  --color-1: #0057a3;
  --color-2: #6eb4e2;
  --color-3: #c1d6f0;
  --color-4: #ffcc00;
  --color-5: #d60000;
 } 🌈 Superman background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #0057a3, #6eb4e2, #c1d6f0, #ffcc00, #d60000);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #0057a3, #6eb4e2, #c1d6f0, #ffcc00, #d60000);
 } 🔗 Explore similar color palettes
Superman color palette created on .