Color names in this palette
CSS code for this palette
/* CSS */
.scrub {
color: #3f3c31;
}
.chanterelle {
color: #d9a520;
}
.mulberry-thorn {
color: #c77d29;
}
.butter-cream {
color: #f5b042;
}
.24-carrot {
color: #e56e24;
}
/* CSS Variables */
:root {
--scrub:#3f3c31;
--chanterelle:#d9a520;
--mulberry-thorn:#c77d29;
--butter-cream:#f5b042;
--24-carrot:#e56e24;
}