Blue Alien Color Palette

Discover the beautiful Blue Alien color palette featuring dodger blue (#1f8fff), electric violet (#a800e6), red orange (#ff2e2e), school bus yellow (#ffdd00) and electric violet (#6e00ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Purple, Red 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 Blue Alien palette

Share this palette to:

💻 Blue Alien color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #a800e6;
}
.color-3 {
color: #ff2e2e;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #6e00ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #a800e6;
--color-3: #ff2e2e;
--color-4: #ffdd00;
--color-5: #6e00ff;
}

🌈 Blue Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #a800e6, #ff2e2e, #ffdd00, #6e00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #a800e6, #ff2e2e, #ffdd00, #6e00ff);
}

Blue Alien color palette created on .