Whispering Mist and Meadow Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Mist and Meadow palette

Condividi questa palette a:

tavolozza dei colori Whispering Mist and Meadow CSS

/* CSS */
.color-1 {
color: #dee2e3;
}
.color-2 {
color: #c8cdd0;
}
.color-3 {
color: #b7bdbd;
}
.color-4 {
color: #c5d232;
}
.color-5 {
color: #a8adad;
}

/* CSS Variables */
:root {
--color-1: #dee2e3;
--color-2: #c8cdd0;
--color-3: #b7bdbd;
--color-4: #c5d232;
--color-5: #a8adad;
}

CSS con gradiente di sfondo Whispering Mist and Meadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dee2e3, #c8cdd0, #b7bdbd, #c5d232, #a8adad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dee2e3, #c8cdd0, #b7bdbd, #c5d232, #a8adad);
}

Whispering Mist and Meadow color palette created on .