Midnight Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Moon palette

Share this palette to:

Midnight Moon color palette PNG image

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

Midnight Moon color palette CSS

/* CSS */
.color-1 {
color: #1d2a4e;
}
.color-2 {
color: #3b4b78;
}
.color-3 {
color: #5c6b99;
}
.color-4 {
color: #8b9dc6;
}
.color-5 {
color: #d2e2f9;
}

/* CSS Variables */
:root {
--color-1: #1d2a4e;
--color-2: #3b4b78;
--color-3: #5c6b99;
--color-4: #8b9dc6;
--color-5: #d2e2f9;
}

Midnight Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a4e, #3b4b78, #5c6b99, #8b9dc6, #d2e2f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a4e, #3b4b78, #5c6b99, #8b9dc6, #d2e2f9);
}

Midnight Moon color palette created on .