Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d15d3d;
}
.roasted-sienna {
color: #e77d5f;
}
.lion-of-menecrates {
color: #f1a76a;
}
.golden-thread {
color: #e9c67c;
}
.light-mist {
color: #dae2d5;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d15d3d;
--roasted-sienna:#e77d5f;
--lion-of-menecrates:#f1a76a;
--golden-thread:#e9c67c;
--light-mist:#dae2d5;
}