Warrior Cats Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warrior Cats palette

Share this palette to:

Warrior Cats color palette PNG image

Download warrior cats color palette PNG image (landscape)
Download warrior cats color palette PNG image (square)

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);
}

Warrior Cats color palette created on .