CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.cold-brew-tonic {
color: #c75d3d;
}
.curry {
color: #d5a834;
}
.summertime {
color: #f2d378;
}
.hinoki {
color: #f7dfb6;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--cold-brew-tonic:#c75d3d;
--curry:#d5a834;
--summertime:#f2d378;
--hinoki:#f7dfb6;
}