Midnight Mystique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Mystique palette

Share this palette to:

Midnight Mystique color palette CSS

/* CSS */
.color-1 {
color: #000075;
}
.color-2 {
color: #190080;
}
.color-3 {
color: #3e008f;
}
.color-4 {
color: #5f009e;
}
.color-5 {
color: #8f00b3;
}

/* CSS Variables */
:root {
--color-1: #000075;
--color-2: #190080;
--color-3: #3e008f;
--color-4: #5f009e;
--color-5: #8f00b3;
}

Midnight Mystique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000075, #190080, #3e008f, #5f009e, #8f00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000075, #190080, #3e008f, #5f009e, #8f00b3);
}

Midnight Mystique color palette created on .