Nightmare Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nightmare Moon palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Nightmare Moon

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

tavolozza dei colori Nightmare Moon CSS

/* CSS */
.color-1 {
color: #1a1d4c;
}
.color-2 {
color: #5d4f9c;
}
.color-3 {
color: #8a6bb8;
}
.color-4 {
color: #d9a9e0;
}
.color-5 {
color: #f1c6d0;
}

/* CSS Variables */
:root {
--color-1: #1a1d4c;
--color-2: #5d4f9c;
--color-3: #8a6bb8;
--color-4: #d9a9e0;
--color-5: #f1c6d0;
}

CSS con gradiente di sfondo Nightmare Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d4c, #5d4f9c, #8a6bb8, #d9a9e0, #f1c6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d4c, #5d4f9c, #8a6bb8, #d9a9e0, #f1c6d0);
}

Nightmare Moon color palette created on .