Warrior Cats Color Palette
Discover the beautiful Warrior Cats color palette featuring olivine (#8fbf82), sea mist (#c9dcc7), champagne (#f9efcd), new orleans (#f2c9a6) and apricot (#e59576).
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: #8fbf82;
}
.color-2 {
color: #c9dcc7;
}
.color-3 {
color: #f9efcd;
}
.color-4 {
color: #f2c9a6;
}
.color-5 {
color: #e59576;
}
/* CSS Variables */
:root {
--color-1: #8fbf82;
--color-2: #c9dcc7;
--color-3: #f9efcd;
--color-4: #f2c9a6;
--color-5: #e59576;
} 🌈 Warrior Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbf82, #c9dcc7, #f9efcd, #f2c9a6, #e59576);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbf82, #c9dcc7, #f9efcd, #f2c9a6, #e59576);
} 🔗 Explore similar color palettes
Warrior Cats color palette created on .