Paleta de colores Midnight Heist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Heist palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Heist

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

CSS de la paleta de colores Midnight Heist

/* CSS */
.color-1 {
color: #201820;
}
.color-2 {
color: #4d3d49;
}
.color-3 {
color: #5f454c;
}
.color-4 {
color: #8c4f54;
}
.color-5 {
color: #a06054;
}

/* CSS Variables */
:root {
--color-1: #201820;
--color-2: #4d3d49;
--color-3: #5f454c;
--color-4: #8c4f54;
--color-5: #a06054;
}

CSS del degradado de fondo Midnight Heist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201820, #4d3d49, #5f454c, #8c4f54, #a06054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201820, #4d3d49, #5f454c, #8c4f54, #a06054);
}

Midnight Heist color palette created on .