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