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: #070416;
}
.color-2 {
color: #0c0925;
}
.color-3 {
color: #150e39;
}
.color-4 {
color: #1e1664;
}
.color-5 {
color: #2f22bf;
}

/* CSS Variables */
:root {
--color-1: #070416;
--color-2: #0c0925;
--color-3: #150e39;
--color-4: #1e1664;
--color-5: #2f22bf;
}

Midnight Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070416, #0c0925, #150e39, #1e1664, #2f22bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070416, #0c0925, #150e39, #1e1664, #2f22bf);
}

Similar color palettes

Midnight Cat color palette created on .