Dark Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Moonlight palette

Share this palette to:

Dark Moonlight color palette PNG image

Download dark moonlight color palette PNG image (landscape)
Download dark moonlight color palette PNG image (square)

Dark Moonlight color palette CSS

/* CSS */
.color-1 {
color: #191b29;
}
.color-2 {
color: #2a2c3c;
}
.color-3 {
color: #4b4d6c;
}
.color-4 {
color: #6d6f8d;
}
.color-5 {
color: #e0e2ff;
}

/* CSS Variables */
:root {
--color-1: #191b29;
--color-2: #2a2c3c;
--color-3: #4b4d6c;
--color-4: #6d6f8d;
--color-5: #e0e2ff;
}

Dark Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}

Dark Moonlight color palette created on .