Nightmare Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nightmare Moon palette

Share this palette to:

Nightmare Moon color palette PNG image

Download nightmare moon color palette PNG image (landscape)
Download nightmare moon color palette PNG image (square)

Nightmare Moon color palette CSS

/* CSS */
.color-1 {
color: #202492;
}
.color-2 {
color: #3b2a93;
}
.color-3 {
color: #66329a;
}
.color-4 {
color: #88409c;
}
.color-5 {
color: #9d539d;
}

/* CSS Variables */
:root {
--color-1: #202492;
--color-2: #3b2a93;
--color-3: #66329a;
--color-4: #88409c;
--color-5: #9d539d;
}

Nightmare Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #202492, #3b2a93, #66329a, #88409c, #9d539d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #202492, #3b2a93, #66329a, #88409c, #9d539d);
}

Nightmare Moon color palette created on .