Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.bright-khaki {
color: #f0e78e;
}
.tamed-beast {
color: #9b2226;
}
.soviet-gold {
color: #ffd900;
}
.scab-red {
color: #8a0000;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--bright-khaki:#f0e78e;
--tamed-beast:#9b2226;
--soviet-gold:#ffd900;
--scab-red:#8a0000;
}