Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moon palette
Moon color palette PNG image
Moon color palette CSS
/* CSS */
.color-1 {
color: #c0c9f2;
}
.color-2 {
color: #8d97c3;
}
.color-3 {
color: #5b6c95;
}
.color-4 {
color: #3d4e7f;
}
.color-5 {
color: #1f2b5b;
}
/* CSS Variables */
:root {
--color-1: #c0c9f2;
--color-2: #8d97c3;
--color-3: #5b6c95;
--color-4: #3d4e7f;
--color-5: #1f2b5b;
}
Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
Similar color palettes
Scroll down to explore 100+ Moon color palettes
Moon color palette created on .