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: #d2e6f4;
}
.color-2 {
color: #a3c9e0;
}
.color-3 {
color: #6aadd7;
}
.color-4 {
color: #4a98c9;
}
.color-5 {
color: #3b7cb5;
}

/* CSS Variables */
:root {
--color-1: #d2e6f4;
--color-2: #a3c9e0;
--color-3: #6aadd7;
--color-4: #4a98c9;
--color-5: #3b7cb5;
}

Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e6f4, #a3c9e0, #6aadd7, #4a98c9, #3b7cb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e6f4, #a3c9e0, #6aadd7, #4a98c9, #3b7cb5);
}

Moonlight color palette created on .