Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight palette
Moonlight color palette PNG image
Moonlight color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #e0e1f0;
}
.color-3 {
color: #f8fafc;
}
.color-4 {
color: #b0c8d8;
}
.color-5 {
color: #4b8e9b;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e0e1f0;
--color-3: #f8fafc;
--color-4: #b0c8d8;
--color-5: #4b8e9b;
}
Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e0e1f0, #f8fafc, #b0c8d8, #4b8e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e0e1f0, #f8fafc, #b0c8d8, #4b8e9b);
}
Similar color palettes
Scroll down to explore 1000+ colors.moonlight color palettes
Moonlight color palette created on .