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