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