Midnight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight palette

Share this palette to:

Midnight color palette PNG image

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

Midnight color palette CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #2e2ea3;
}
.color-3 {
color: #4e4ebc;
}
.color-4 {
color: #a54fc9;
}
.color-5 {
color: #d43a59;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #2e2ea3;
--color-3: #4e4ebc;
--color-4: #a54fc9;
--color-5: #d43a59;
}

Midnight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #2e2ea3, #4e4ebc, #a54fc9, #d43a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #2e2ea3, #4e4ebc, #a54fc9, #d43a59);
}

Midnight color palette created on .