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