Nightmare Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nightmare Moon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nightmare Moon Color Palette (PNG)
Nightmare Moon color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b3993;
}
.color-3 {
color: #6c6bae;
}
.color-4 {
color: #a3a6e0;
}
.color-5 {
color: #cfc7ff;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b3993;
--color-3: #6c6bae;
--color-4: #a3a6e0;
--color-5: #cfc7ff;
}
Nightmare Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}
Similar color palettes
Nightmare Moon color palette created on .