Alien Color Palette

Discover the beautiful Alien color palette featuring mantis (#6dc34b), green leaf (#4a8c0d), green house (#2b4d0a), eminence (#7a2b88) and medium red violet (#b82e8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Cosmic, Vibrant, Purple, Magenta, Forest, Space, Otherworldly 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: #6dc34b;
}
.color-2 {
color: #4a8c0d;
}
.color-3 {
color: #2b4d0a;
}
.color-4 {
color: #7a2b88;
}
.color-5 {
color: #b82e8e;
}

/* CSS Variables */
:root {
--color-1: #6dc34b;
--color-2: #4a8c0d;
--color-3: #2b4d0a;
--color-4: #7a2b88;
--color-5: #b82e8e;
}

🌈 Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6dc34b, #4a8c0d, #2b4d0a, #7a2b88, #b82e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6dc34b, #4a8c0d, #2b4d0a, #7a2b88, #b82e8e);
}

Alien color palette created on .