Whispers of Silver Mist Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Silver Mist palette

Condividi questa palette a:

tavolozza dei colori Whispers of Silver Mist CSS

/* CSS */
.color-1 {
color: #dbdbdc;
}
.color-2 {
color: #d1d1d1;
}
.color-3 {
color: #cfcfcf;
}
.color-4 {
color: #bababa;
}
.color-5 {
color: #a3a3a3;
}

/* CSS Variables */
:root {
--color-1: #dbdbdc;
--color-2: #d1d1d1;
--color-3: #cfcfcf;
--color-4: #bababa;
--color-5: #a3a3a3;
}

CSS con gradiente di sfondo Whispers of Silver Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbdc, #d1d1d1, #cfcfcf, #bababa, #a3a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbdc, #d1d1d1, #cfcfcf, #bababa, #a3a3a3);
}

Whispers of Silver Mist color palette created on .