Melancholic Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholic Moon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Melancholic Moon Color Palette (PNG)
Melancholic Moon color palette CSS
/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #c9ada6;
}
.color-4 {
color: #f8f6f6;
}
.color-5 {
color: #fffcfa;
}
/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #c9ada6;
--color-4: #f8f6f6;
--color-5: #fffcfa;
}
Melancholic Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #c9ada6, #f8f6f6, #fffcfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #c9ada6, #f8f6f6, #fffcfa);
}
Similar color palettes
Scroll down to explore 1000+ Moon color palettes
Melancholic Moon color palette created on .