Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.cobrizo {
color: #b76e5c;
}
.zucchini-flower {
color: #e8a64f;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.incan-treasure {
color: #f9e0c3;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--cobrizo:#b76e5c;
--zucchini-flower:#e8a64f;
--enjoyable-yellow:#f6d6a7;
--incan-treasure:#f9e0c3;
}