Midnight Moth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Moth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Moth

Download midnight moth color palette PNG image (landscape)
Download midnight moth color palette PNG image (square)

tavolozza dei colori Midnight Moth CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3e3e6f;
}
.color-3 {
color: #60609f;
}
.color-4 {
color: #a4a4df;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3e3e6f;
--color-3: #60609f;
--color-4: #a4a4df;
--color-5: #f5f5ff;
}

CSS con gradiente di sfondo Midnight Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}

Midnight Moth color palette created on .