Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d77d3c;
}
.adobe {
color: #be6a4b;
}
.ground-nutmeg {
color: #a15b3a;
}
.chestnut-glaze {
color: #8a4e2e;
}
.black-queen {
color: #6a4e2a;
}
/* CSS Variables */
:root {
--sweet-potato:#d77d3c;
--adobe:#be6a4b;
--ground-nutmeg:#a15b3a;
--chestnut-glaze:#8a4e2e;
--black-queen:#6a4e2a;
}