Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight palette

Share this palette to:

Moonlight color palette CSS

/* CSS */
.color-1 {
color: #875469;
}
.color-2 {
color: #70516d;
}
.color-3 {
color: #594c6b;
}
.color-4 {
color: #404764;
}
.color-5 {
color: #313e54;
}

/* CSS Variables */
:root {
--color-1: #875469;
--color-2: #70516d;
--color-3: #594c6b;
--color-4: #404764;
--color-5: #313e54;
}

Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #875469, #70516d, #594c6b, #404764, #313e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #875469, #70516d, #594c6b, #404764, #313e54);
}

Moonlight color palette created on .