Paleta de colores Midnight Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Moon

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

CSS de la paleta de colores Midnight Moon

/* CSS */
.color-1 {
color: #1d2a4e;
}
.color-2 {
color: #3b4b78;
}
.color-3 {
color: #5c6b99;
}
.color-4 {
color: #8b9dc6;
}
.color-5 {
color: #d2e2f9;
}

/* CSS Variables */
:root {
--color-1: #1d2a4e;
--color-2: #3b4b78;
--color-3: #5c6b99;
--color-4: #8b9dc6;
--color-5: #d2e2f9;
}

CSS del degradado de fondo Midnight Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a4e, #3b4b78, #5c6b99, #8b9dc6, #d2e2f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a4e, #3b4b78, #5c6b99, #8b9dc6, #d2e2f9);
}

Midnight Moon color palette created on .