Warrior Cats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warrior Cats palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warrior Cats Color Palette (PNG)
Warrior Cats color palette CSS
/* CSS */
.color-1 {
color: #4b8c4a;
}
.color-2 {
color: #3d6c4f;
}
.color-3 {
color: #557256;
}
.color-4 {
color: #a1b25c;
}
.color-5 {
color: #d3c93c;
}
/* CSS Variables */
:root {
--color-1: #4b8c4a;
--color-2: #3d6c4f;
--color-3: #557256;
--color-4: #a1b25c;
--color-5: #d3c93c;
}
Warrior Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8c4a, #3d6c4f, #557256, #a1b25c, #d3c93c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8c4a, #3d6c4f, #557256, #a1b25c, #d3c93c);
}
Similar color palettes
Warrior Cats color palette created on .