Midnight Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Whisper palette

Condividi questa palette a:

tavolozza dei colori Midnight Whisper CSS

/* CSS */
.color-1 {
color: #2e2a29;
}
.color-2 {
color: #4b4e4d;
}
.color-3 {
color: #7a7f7e;
}
.color-4 {
color: #a9b2b1;
}
.color-5 {
color: #d5d7d6;
}

/* CSS Variables */
:root {
--color-1: #2e2a29;
--color-2: #4b4e4d;
--color-3: #7a7f7e;
--color-4: #a9b2b1;
--color-5: #d5d7d6;
}

CSS con gradiente di sfondo Midnight Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a29, #4b4e4d, #7a7f7e, #a9b2b1, #d5d7d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a29, #4b4e4d, #7a7f7e, #a9b2b1, #d5d7d6);
}

Midnight Whisper color palette created on .