Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight palette
Download Moonlight Color Palette (PNG)
Moonlight color palette CSS
/* CSS */
.color-1 {
color: #d8e1e9;
}
.color-2 {
color: #a9c8e5;
}
.color-3 {
color: #599bd4;
}
.color-4 {
color: #3d7a99;
}
.color-5 {
color: #2d506c;
}
/* CSS Variables */
:root {
--color-1: #d8e1e9;
--color-2: #a9c8e5;
--color-3: #599bd4;
--color-4: #3d7a99;
--color-5: #2d506c;
}
Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e1e9, #a9c8e5, #599bd4, #3d7a99, #2d506c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e1e9, #a9c8e5, #599bd4, #3d7a99, #2d506c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Moonlight color palette created on .