Midnight Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Cat palette

Share this palette to:

Midnight Cat color palette CSS

/* CSS */
.color-1 {
color: #070623;
}
.color-2 {
color: #0d0c3b;
}
.color-3 {
color: #161358;
}
.color-4 {
color: #201d8c;
}
.color-5 {
color: #312cce;
}

/* CSS Variables */
:root {
--color-1: #070623;
--color-2: #0d0c3b;
--color-3: #161358;
--color-4: #201d8c;
--color-5: #312cce;
}

Midnight Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070623, #0d0c3b, #161358, #201d8c, #312cce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070623, #0d0c3b, #161358, #201d8c, #312cce);
}

Midnight Cat color palette created on .