Hawaiian Zombie Color Palette

Discover the beautiful Hawaiian Zombie color palette featuring elm (#1c8d8b), carnation (#ef4d5d), sunglow (#ffcd38), butterfly bush (#6a4e8d) and tradewind (#4da8a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHawaii, Zombie, Teal, Pink, Yellow, Purple, Bright, Fun, Summer, 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 Hawaiian Zombie palette

Share this palette to:

💻 Hawaiian Zombie color palette CSS

/* CSS */
.color-1 {
color: #1c8d8b;
}
.color-2 {
color: #ef4d5d;
}
.color-3 {
color: #ffcd38;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #4da8a3;
}

/* CSS Variables */
:root {
--color-1: #1c8d8b;
--color-2: #ef4d5d;
--color-3: #ffcd38;
--color-4: #6a4e8d;
--color-5: #4da8a3;
}

🌈 Hawaiian Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8d8b, #ef4d5d, #ffcd38, #6a4e8d, #4da8a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8d8b, #ef4d5d, #ffcd38, #6a4e8d, #4da8a3);
}

Hawaiian Zombie color palette created on .