Dark Purple Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Moonlight palette

Share this palette to:

Dark Purple Moonlight color palette CSS

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #3c2b5f;
}
.color-3 {
color: #604d7a;
}
.color-4 {
color: #8b7c98;
}
.color-5 {
color: #b6b2c2;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #3c2b5f;
--color-3: #604d7a;
--color-4: #8b7c98;
--color-5: #b6b2c2;
}

Dark Purple Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #3c2b5f, #604d7a, #8b7c98, #b6b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #3c2b5f, #604d7a, #8b7c98, #b6b2c2);
}

Dark Purple Moonlight color palette created on .