Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
.poisonous-pesticide {
color: #32cd32;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
--poisonous-pesticide:#32cd32;
--steel-blue:#4682b4;
}