Midnight Mist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Mist palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Mist

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

tavolozza dei colori Midnight Mist CSS

/* 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 con gradiente di sfondo 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 .