Paleta de colores Midnight Mist
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Mist palette
Imagen PNG de la paleta de colores Midnight Mist
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Oscuro
Midnight Mist color palette created on .