Color names in this palette
CSS code for this palette
/* CSS */
.dove-wing {
color: #d6d8d4;
}
.silverstone {
color: #b1b4b1;
}
.stepping-stone {
color: #a2a9a5;
}
.bleached-silk {
color: #f2f4f1;
}
.intrepid-grey {
color: #e0e2df;
}
/* CSS Variables */
:root {
--dove-wing:#d6d8d4;
--silverstone:#b1b4b1;
--stepping-stone:#a2a9a5;
--bleached-silk:#f2f4f1;
--intrepid-grey:#e0e2df;
}