Warrior Cats Color Palette
Discover the beautiful Warrior Cats color palette featuring spring leaves (#5b806b), norway (#a0c59b), fall green (#dae7b1), casablanca (#f4b652) and flame pea (#d55d3f).
Brightness
Saturation
Warmth
💡 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
💻 Warrior Cats color palette CSS
/* CSS */
.color-1 {
color: #5b806b;
}
.color-2 {
color: #a0c59b;
}
.color-3 {
color: #dae7b1;
}
.color-4 {
color: #f4b652;
}
.color-5 {
color: #d55d3f;
}
/* CSS Variables */
:root {
--color-1: #5b806b;
--color-2: #a0c59b;
--color-3: #dae7b1;
--color-4: #f4b652;
--color-5: #d55d3f;
} 🌈 Warrior Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b806b, #a0c59b, #dae7b1, #f4b652, #d55d3f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b806b, #a0c59b, #dae7b1, #f4b652, #d55d3f);
} 🔗 Explore similar color palettes
Warrior Cats color palette created on .