Paleta de colores Midnight Luna

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Luna palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Luna

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

CSS de la paleta de colores Midnight Luna

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3b4a7d;
}
.color-3 {
color: #5b7db9;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3b4a7d;
--color-3: #5b7db9;
--color-4: #a2c7e7;
--color-5: #f8f9fc;
}

CSS del degradado de fondo Midnight Luna

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}

Midnight Luna color palette created on .