Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.bright-khaki {
color: #f0e78e;
}
.summer-forest-green {
color: #228c22;
}
.chocolate {
color: #d2691e;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--bright-khaki:#f0e78e;
--summer-forest-green:#228c22;
--chocolate:#d2691e;
--inferno-orange:#ff4400;
}