Color names in this palette
CSS code for this palette
/* CSS */
.desert-spice {
color: #c86b2d;
}
.sugar-glazed-cashew {
color: #d09c58;
}
.cameleer {
color: #e3b05f;
}
.citrus-sachet {
color: #f1c6a7;
}
.ground-nutmeg {
color: #a15b3a;
}
/* CSS Variables */
:root {
--desert-spice:#c86b2d;
--sugar-glazed-cashew:#d09c58;
--cameleer:#e3b05f;
--citrus-sachet:#f1c6a7;
--ground-nutmeg:#a15b3a;
}