Color names in this palette
CSS code for this palette
/* CSS */
.slippery-stone {
color: #8e6c48;
}
.codex-grey {
color: #9c9c9c;
}
.xanthic {
color: #f8e61b;
}
.grey-sand {
color: #e4caaf;
}
.yellow-sumac {
color: #e29746;
}
/* CSS Variables */
:root {
--slippery-stone:#8e6c48;
--codex-grey:#9c9c9c;
--xanthic:#f8e61b;
--grey-sand:#e4caaf;
--yellow-sumac:#e29746;
}