Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.greystone {
color: #b7b9b6;
}
.dove-wing {
color: #d6d8d4;
}
.bleached-silk {
color: #f2f4f1;
}
.lighthouse {
color: #f4f6f3;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--greystone:#b7b9b6;
--dove-wing:#d6d8d4;
--bleached-silk:#f2f4f1;
--lighthouse:#f4f6f3;
}