Panda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Panda palette

Share this palette to:

Panda color palette PNG image

Download panda color palette PNG image (landscape)
Download panda color palette PNG image (square)

Panda color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d9d9d9;
}
.color-3 {
color: #b3b3b3;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d9d9d9;
--color-3: #b3b3b3;
--color-4: #4d4d4d;
--color-5: #000000;
}

Panda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d9d9d9, #b3b3b3, #4d4d4d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d9d9d9, #b3b3b3, #4d4d4d, #000000);
}

Panda color palette created on .