Midnight Heist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Heist palette

Share this palette to:

Midnight Heist color palette PNG image

Download midnight heist color palette PNG image (landscape)
Download midnight heist color palette PNG image (square)

Midnight Heist color palette CSS

/* CSS */
.color-1 {
color: #201820;
}
.color-2 {
color: #4d3d49;
}
.color-3 {
color: #5f454c;
}
.color-4 {
color: #8c4f54;
}
.color-5 {
color: #a06054;
}

/* CSS Variables */
:root {
--color-1: #201820;
--color-2: #4d3d49;
--color-3: #5f454c;
--color-4: #8c4f54;
--color-5: #a06054;
}

Midnight Heist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201820, #4d3d49, #5f454c, #8c4f54, #a06054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201820, #4d3d49, #5f454c, #8c4f54, #a06054);
}

Midnight Heist color palette created on .