Nightmare Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nightmare Moon palette

Condividi questa palette a:

tavolozza dei colori Nightmare Moon CSS

/* CSS */
.color-1 {
color: #262d50;
}
.color-2 {
color: #384270;
}
.color-3 {
color: #514e88;
}
.color-4 {
color: #6763ab;
}
.color-5 {
color: #8a65ae;
}

/* CSS Variables */
:root {
--color-1: #262d50;
--color-2: #384270;
--color-3: #514e88;
--color-4: #6763ab;
--color-5: #8a65ae;
}

CSS con gradiente di sfondo Nightmare Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #262d50, #384270, #514e88, #6763ab, #8a65ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #262d50, #384270, #514e88, #6763ab, #8a65ae);
}

Nightmare Moon color palette created on .