Moonlight Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moonlight Dream Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.moonlight color palettes
Moonlight Dream color palette created on .