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