Alien Color Palette

Discover the beautiful Alien color palette featuring screamin' green (#3dff8b), java (#1cd9b3), persian green (#00a8a3), teal (#008f8c) and blue stone (#005c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cyberpunk, Fun, Green, Light Summer, Modern, 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: #3dff8b;
}
.color-2 {
color: #1cd9b3;
}
.color-3 {
color: #00a8a3;
}
.color-4 {
color: #008f8c;
}
.color-5 {
color: #005c5c;
}

/* CSS Variables */
:root {
--color-1: #3dff8b;
--color-2: #1cd9b3;
--color-3: #00a8a3;
--color-4: #008f8c;
--color-5: #005c5c;
}

🌈 Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}

Alien color palette created on .