Alien Color Palette

Discover the beautiful Alien color palette featuring screamin' green (#4dff8e), turquoise (#2cd8b6), curious blue (#2b9fbf), boston blue (#3e7fc1) and bay of many (#1f3d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cyan, Green, Modern, Science Fiction, Space, Teal, Vibrant 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: #4dff8e;
}
.color-2 {
color: #2cd8b6;
}
.color-3 {
color: #2b9fbf;
}
.color-4 {
color: #3e7fc1;
}
.color-5 {
color: #1f3d7a;
}

/* CSS Variables */
:root {
--color-1: #4dff8e;
--color-2: #2cd8b6;
--color-3: #2b9fbf;
--color-4: #3e7fc1;
--color-5: #1f3d7a;
}

🌈 Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dff8e, #2cd8b6, #2b9fbf, #3e7fc1, #1f3d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dff8e, #2cd8b6, #2b9fbf, #3e7fc1, #1f3d7a);
}

Alien color palette created on .