Midnight Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Mirage palette

Share this palette to:

Midnight Mirage color palette CSS

/* CSS */
.color-1 {
color: #73d4f7;
}
.color-2 {
color: #616165;
}
.color-3 {
color: #3e3e42;
}
.color-4 {
color: #790606;
}
.color-5 {
color: #0008ff;
}

/* CSS Variables */
:root {
--color-1: #73d4f7;
--color-2: #616165;
--color-3: #3e3e42;
--color-4: #790606;
--color-5: #0008ff;
}

Midnight Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73d4f7, #616165, #3e3e42, #790606, #0008ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73d4f7, #616165, #3e3e42, #790606, #0008ff);
}

Similar color palettes

Midnight Mirage color palette created on .