Alien Color Palette

Discover the beautiful Alien color palette featuring viking (#5cdbb5), puerto rico (#55c3a2), tradewind (#4fb59a), ocean green (#4ca48d) and viridian (#3f8d7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Modern, Fun, Aesthetic, Cyberpunk, Vibrant, Summer, Teal, Light 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: #5cdbb5;
}
.color-2 {
color: #55c3a2;
}
.color-3 {
color: #4fb59a;
}
.color-4 {
color: #4ca48d;
}
.color-5 {
color: #3f8d7c;
}

/* CSS Variables */
:root {
--color-1: #5cdbb5;
--color-2: #55c3a2;
--color-3: #4fb59a;
--color-4: #4ca48d;
--color-5: #3f8d7c;
}

🌈 Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdbb5, #55c3a2, #4fb59a, #4ca48d, #3f8d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdbb5, #55c3a2, #4fb59a, #4ca48d, #3f8d7c);
}

Alien color palette created on .