Hellion Guardian Color Palette

Discover the beautiful Hellion Guardian color palette featuring martinique (#2e2a4c), mulled wine (#4d4a68), waterloo (#807d9b), gimblet (#c2a275) and terracotta (#e06c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Earthy, Elegant, Gray, Modern, Purple, Red, Vintage, Warm 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 Hellion Guardian palette

Share this palette to:

💻 Hellion Guardian color palette CSS

/* CSS */
.color-1 {
color: #2e2a4c;
}
.color-2 {
color: #4d4a68;
}
.color-3 {
color: #807d9b;
}
.color-4 {
color: #c2a275;
}
.color-5 {
color: #e06c5c;
}

/* CSS Variables */
:root {
--color-1: #2e2a4c;
--color-2: #4d4a68;
--color-3: #807d9b;
--color-4: #c2a275;
--color-5: #e06c5c;
}

🌈 Hellion Guardian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a4c, #4d4a68, #807d9b, #c2a275, #e06c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a4c, #4d4a68, #807d9b, #c2a275, #e06c5c);
}

Hellion Guardian color palette created on .