Superman Color Palette

Discover the beautiful Superman color palette featuring international klein blue (#003ca3), endeavour (#005fb8), science blue (#0076d6), red orange (#ff3d1f) and supernova (#ffc800).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Red, Yellow, Bright, Vibrant, Superhero, Comic, Primary, Fun, Superman color palettes and combinations.

💡 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

Share this palette to:

💻 Superman color palette CSS

/* CSS */
.color-1 {
color: #003ca3;
}
.color-2 {
color: #005fb8;
}
.color-3 {
color: #0076d6;
}
.color-4 {
color: #ff3d1f;
}
.color-5 {
color: #ffc800;
}

/* CSS Variables */
:root {
--color-1: #003ca3;
--color-2: #005fb8;
--color-3: #0076d6;
--color-4: #ff3d1f;
--color-5: #ffc800;
}

🌈 Superman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ca3, #005fb8, #0076d6, #ff3d1f, #ffc800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ca3, #005fb8, #0076d6, #ff3d1f, #ffc800);
}

Superman color palette created on .