Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight palette

Share this palette to:

Moonlight color palette PNG image

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

Moonlight color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a5b6c0;
}
.color-3 {
color: #8f9ba8;
}
.color-4 {
color: #4d5f6f;
}
.color-5 {
color: #2a3a46;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a5b6c0;
--color-3: #8f9ba8;
--color-4: #4d5f6f;
--color-5: #2a3a46;
}

Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a5b6c0, #8f9ba8, #4d5f6f, #2a3a46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a5b6c0, #8f9ba8, #4d5f6f, #2a3a46);
}

Moonlight color palette created on .