Paleta de colores Midnight Moth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Moth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Moth

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

CSS de la paleta de colores Midnight Moth

/* 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 del degradado de fondo 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 .