Warrior Cats Color Palette

Discover the beautiful Warrior Cats color palette featuring axolotl (#49694c), norway (#a8c4a1), zombie (#e9d5a0), sandy brown (#f6a055) and crail (#c16149).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Forest, Earthy, Bright, Yellow, Orange, Red, 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 Cats palette

Share this palette to:

💻 Warrior Cats color palette CSS

/* CSS */
.color-1 {
color: #49694c;
}
.color-2 {
color: #a8c4a1;
}
.color-3 {
color: #e9d5a0;
}
.color-4 {
color: #f6a055;
}
.color-5 {
color: #c16149;
}

/* CSS Variables */
:root {
--color-1: #49694c;
--color-2: #a8c4a1;
--color-3: #e9d5a0;
--color-4: #f6a055;
--color-5: #c16149;
}

🌈 Warrior Cats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}

Warrior Cats color palette created on .