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