Moonlight Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight Dream palette

Share this palette to:

Moonlight Dream color palette PNG image

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

Moonlight Dream color palette CSS

/* CSS */
.color-1 {
color: #e0d6f0;
}
.color-2 {
color: #b9a4e5;
}
.color-3 {
color: #7b6abe;
}
.color-4 {
color: #5d4b8b;
}
.color-5 {
color: #3d2b5f;
}

/* CSS Variables */
:root {
--color-1: #e0d6f0;
--color-2: #b9a4e5;
--color-3: #7b6abe;
--color-4: #5d4b8b;
--color-5: #3d2b5f;
}

Moonlight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d6f0, #b9a4e5, #7b6abe, #5d4b8b, #3d2b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d6f0, #b9a4e5, #7b6abe, #5d4b8b, #3d2b5f);
}

Moonlight Dream color palette created on .