Color names in this palette
CSS code for this palette
/* CSS */
.boot-hill-ghost {
color: #dcaf8e;
}
.starfish {
color: #e3bca5;
}
.mulled-spice {
color: #d5a57b;
}
.outlawed-orange {
color: #b5744f;
}
.leather-satchel {
color: #7d4f3b;
}
/* CSS Variables */
:root {
--boot-hill-ghost:#dcaf8e;
--starfish:#e3bca5;
--mulled-spice:#d5a57b;
--outlawed-orange:#b5744f;
--leather-satchel:#7d4f3b;
}