Color names in this palette
CSS code for this palette
/* CSS */
.clair-au-chocolat {
color: #7e4c30;
}
.summer-fig {
color: #c85a3c;
}
.fire-orange {
color: #ff8f5c;
}
.floral-leaf {
color: #ffb84d;
}
.cymophane-yellow {
color: #f2e3a6;
}
/* CSS Variables */
:root {
--clair-au-chocolat:#7e4c30;
--summer-fig:#c85a3c;
--fire-orange:#ff8f5c;
--floral-leaf:#ffb84d;
--cymophane-yellow:#f2e3a6;
}