Warrior Cat Color Palette

Discover the beautiful Warrior Cat color palette featuring woodland (#4a6b2e), chelsea cucumber (#89a04b), old gold (#d6b72e), tuscany (#b94d2d) and armadillo (#3c3a2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Yellow, Red, Brown, Earthy, Nature, Forest, Warrior, Cat 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 Warrior Cat palette

Share this palette to:

💻 Warrior Cat color palette CSS

/* CSS */
.color-1 {
color: #4a6b2e;
}
.color-2 {
color: #89a04b;
}
.color-3 {
color: #d6b72e;
}
.color-4 {
color: #b94d2d;
}
.color-5 {
color: #3c3a2f;
}

/* CSS Variables */
:root {
--color-1: #4a6b2e;
--color-2: #89a04b;
--color-3: #d6b72e;
--color-4: #b94d2d;
--color-5: #3c3a2f;
}

🌈 Warrior Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6b2e, #89a04b, #d6b72e, #b94d2d, #3c3a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6b2e, #89a04b, #d6b72e, #b94d2d, #3c3a2f);
}

Warrior Cat color palette created on .