Color names in this palette
CSS code for this palette
/* CSS */
.hen-of-the-woods {
color: #eed9c4;
}
.soba {
color: #d1b69f;
}
.midtown {
color: #b69e8b;
}
.capital-yellow {
color: #e2b846;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--hen-of-the-woods:#eed9c4;
--soba:#d1b69f;
--midtown:#b69e8b;
--capital-yellow:#e2b846;
--crab-curry:#da4b2b;
}