Loading...

Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight palette

Share this palette to:

Download Moonlight Color Palette (PNG)

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

Moonlight color palette CSS

/* CSS */
.color-1 {
color: #d4d1e0;
}
.color-2 {
color: #a9b1d1;
}
.color-3 {
color: #7b9ac6;
}
.color-4 {
color: #5a83b5;
}
.color-5 {
color: #396ea2;
}

/* CSS Variables */
:root {
--color-1: #d4d1e0;
--color-2: #a9b1d1;
--color-3: #7b9ac6;
--color-4: #5a83b5;
--color-5: #396ea2;
}

Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d1e0, #a9b1d1, #7b9ac6, #5a83b5, #396ea2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d1e0, #a9b1d1, #7b9ac6, #5a83b5, #396ea2);
}

Moonlight color palette created on .