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