Whispers of Mist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Mist palette

Condividi questa palette a:

tavolozza dei colori Whispers of Mist CSS

/* CSS */
.color-1 {
color: #a6a8b0;
}
.color-2 {
color: #c5c7d3;
}
.color-3 {
color: #e2e5e9;
}
.color-4 {
color: #f2f4f8;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #a6a8b0;
--color-2: #c5c7d3;
--color-3: #e2e5e9;
--color-4: #f2f4f8;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Whispers of Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8b0, #c5c7d3, #e2e5e9, #f2f4f8, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8b0, #c5c7d3, #e2e5e9, #f2f4f8, #ffffff);
}

Whispers of Mist color palette created on .