Panda Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Panda palette
Panda color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ White color palettes
Panda color palette created on .