Warrior Cats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warrior Cats palette
Warrior Cats color palette CSS
/* CSS */
.color-1 {
color: #90bf82;
}
.color-2 {
color: #c9dcc7;
}
.color-3 {
color: #f9efcd;
}
.color-4 {
color: #f2c9a6;
}
.color-5 {
color: #e59576;
}
/* CSS Variables */
:root {
--color-1: #90bf82;
--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, #90bf82, #c9dcc7, #f9efcd, #f2c9a6, #e59576);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90bf82, #c9dcc7, #f9efcd, #f2c9a6, #e59576);
}
Similar color palettes
Scroll down to explore 70+ Green color palettes
Warrior Cats color palette created on .