Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.bruschetta-tomato {
color: #ff6347;
}
.soviet-gold {
color: #ffd900;
}
.chestnut-shell {
color: #abff2e;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--bruschetta-tomato:#ff6347;
--soviet-gold:#ffd900;
--chestnut-shell:#abff2e;
--poisonous-pesticide:#32cd32;
}