Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d15d3d;
}
.tuscan-soil {
color: #a87b5d;
}
.spice-garden {
color: #c7d7b2;
}
.chlorella-green {
color: #5abb58;
}
.larkspur {
color: #3e7b8e;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d15d3d;
--tuscan-soil:#a87b5d;
--spice-garden:#c7d7b2;
--chlorella-green:#5abb58;
--larkspur:#3e7b8e;
}