Color names in this palette
CSS code for this palette
/* CSS */
.uniform-grey {
color: #a8a8a8;
}
.bamboo-shoot {
color: #a4b5a1;
}
.miner-s-dust {
color: #d3cfc5;
}
.artemis {
color: #d5a66c;
}
.fiery-orange {
color: #b55a30;
}
/* CSS Variables */
:root {
--uniform-grey:#a8a8a8;
--bamboo-shoot:#a4b5a1;
--miner-s-dust:#d3cfc5;
--artemis:#d5a66c;
--fiery-orange:#b55a30;
}