Superman (Blue Gradient) Color Palette

Discover the beautiful Superman (Blue Gradient) color palette featuring international klein blue (#003ca3), lochmara (#0076d1), cerulean (#00a5e0), picton blue (#4db1e0) and regent st blue (#a1d9e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Vibrant, Summer, 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 (Blue Gradient) palette

Share this palette to:

💻 Superman (Blue Gradient) color palette CSS

/* CSS */
.color-1 {
color: #003ca3;
}
.color-2 {
color: #0076d1;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #4db1e0;
}
.color-5 {
color: #a1d9e8;
}

/* CSS Variables */
:root {
--color-1: #003ca3;
--color-2: #0076d1;
--color-3: #00a5e0;
--color-4: #4db1e0;
--color-5: #a1d9e8;
}

🌈 Superman (Blue Gradient) background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ca3, #0076d1, #00a5e0, #4db1e0, #a1d9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ca3, #0076d1, #00a5e0, #4db1e0, #a1d9e8);
}

Superman (Blue Gradient) color palette created on .