Alien Color Palette

Discover the beautiful Alien color palette featuring spring green (#2eff7e), aquamarine (#66ffb0), aquamarine (#99ffdb), aero blue (#d1ffec) and portafino (#ffffb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Futuristic, Space, Summer, Light, Soft 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 Alien palette

Share this palette to:

💻 Alien color palette CSS

/* CSS */
.color-1 {
color: #2eff7e;
}
.color-2 {
color: #66ffb0;
}
.color-3 {
color: #99ffdb;
}
.color-4 {
color: #d1ffec;
}
.color-5 {
color: #ffffb3;
}

/* CSS Variables */
:root {
--color-1: #2eff7e;
--color-2: #66ffb0;
--color-3: #99ffdb;
--color-4: #d1ffec;
--color-5: #ffffb3;
}

🌈 Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2eff7e, #66ffb0, #99ffdb, #d1ffec, #ffffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2eff7e, #66ffb0, #99ffdb, #d1ffec, #ffffb3);
}

Alien color palette created on .