Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.chocolate {
color: #d2691e;
}
.soviet-gold {
color: #ffd900;
}
.chestnut-shell {
color: #abff2e;
}
.glass-jar-blue {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--chocolate:#d2691e;
--soviet-gold:#ffd900;
--chestnut-shell:#abff2e;
--glass-jar-blue:#1fb2aa;
}