Invader Zim Color Palette

Discover the beautiful Invader Zim color palette featuring seance (#7b1fa3), amaranth (#da1b61), pizazz (#ff9100), mustard (#ffd54d) and fruit salad (#4cae4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Orange, Yellow, Green, Vibrant, Cartoon, Bright 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 Invader Zim palette

Share this palette to:

💻 Invader Zim color palette CSS

/* CSS */
.color-1 {
color: #7b1fa3;
}
.color-2 {
color: #da1b61;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #7b1fa3;
--color-2: #da1b61;
--color-3: #ff9100;
--color-4: #ffd54d;
--color-5: #4cae4f;
}

🌈 Invader Zim background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1fa3, #da1b61, #ff9100, #ffd54d, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1fa3, #da1b61, #ff9100, #ffd54d, #4cae4f);
}

Invader Zim color palette created on .