Warrior Cats Color Palette
Discover the beautiful Warrior Cats color palette featuring anzac (#e6b84c), potters clay (#8e5b3e), aqua forest (#5e9c6d), san marino (#3c719f) and affair (#7c4b8b).
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: #e6b84c;
}
.color-2 {
color: #8e5b3e;
}
.color-3 {
color: #5e9c6d;
}
.color-4 {
color: #3c719f;
}
.color-5 {
color: #7c4b8b;
}
/* CSS Variables */
:root {
--color-1: #e6b84c;
--color-2: #8e5b3e;
--color-3: #5e9c6d;
--color-4: #3c719f;
--color-5: #7c4b8b;
} ๐ Warrior Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
} ๐ Explore similar color palettes
Warrior Cats color palette created on .