Paleta de colores Midnight Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Mist palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Mist

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

CSS de la paleta de colores Midnight Mist

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3c4248;
}
.color-3 {
color: #758b99;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3c4248;
--color-3: #758b99;
--color-4: #a1c6d4;
--color-5: #f0f8ff;
}

CSS del degradado de fondo Midnight Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3c4248, #758b99, #a1c6d4, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3c4248, #758b99, #a1c6d4, #f0f8ff);
}

Midnight Mist color palette created on .