Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2b2b2b;
}
.shadow-mountain {
color: #595959;
}
.pink-garnet {
color: #d36f90;
}
.swiss-chard {
color: #e05c74;
}
.briquette {
color: #e16060;
}
/* CSS Variables */
:root {
--shoe-wax:#2b2b2b;
--shadow-mountain:#595959;
--pink-garnet:#d36f90;
--swiss-chard:#e05c74;
--briquette:#e16060;
}