Warrior Cats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warrior Cats palette
Download Warrior Cats Color Palette (PNG)
Warrior Cats color palette CSS
/* CSS */
.color-1 {
color: #476b55;
}
.color-2 {
color: #a2c3a9;
}
.color-3 {
color: #e6d3a7;
}
.color-4 {
color: #f4a15d;
}
.color-5 {
color: #bd6151;
}
/* CSS Variables */
:root {
--color-1: #476b55;
--color-2: #a2c3a9;
--color-3: #e6d3a7;
--color-4: #f4a15d;
--color-5: #bd6151;
}
Warrior Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476b55, #a2c3a9, #e6d3a7, #f4a15d, #bd6151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476b55, #a2c3a9, #e6d3a7, #f4a15d, #bd6151);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Warrior Cats color palette created on .