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: #1e1e76;
}
.color-2 {
color: #3f3f9d;
}
.color-3 {
color: #5f5fbf;
}
.color-4 {
color: #9090e0;
}
.color-5 {
color: #b3b3ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3f3f9d;
--color-3: #5f5fbf;
--color-4: #9090e0;
--color-5: #b3b3ff;
}

Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3f3f9d, #5f5fbf, #9090e0, #b3b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3f3f9d, #5f5fbf, #9090e0, #b3b3ff);
}

Moonlight color palette created on .