Futuristic Blue Color Palette

Discover the beautiful Futuristic Blue color palette featuring azure radiance (#00aaff), lochmara (#0077cc), endeavour (#005499), midnight blue (#003366) and prussian blue (#001f4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Blue, Futuristic, Bright, Deep, Aesthetic, Modern, Tech 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 Futuristic Blue palette

Share this palette to:

💻 Futuristic Blue color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #0077cc;
}
.color-3 {
color: #005499;
}
.color-4 {
color: #003366;
}
.color-5 {
color: #001f4d;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #0077cc;
--color-3: #005499;
--color-4: #003366;
--color-5: #001f4d;
}

🌈 Futuristic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #0077cc, #005499, #003366, #001f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #0077cc, #005499, #003366, #001f4d);
}

Futuristic Blue color palette created on .