Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a72a2a;
}
.hashut-copper {
color: #c8663c;
}
.royal-gold-pearl {
color: #d1a94d;
}
.bilious-green {
color: #a6d56c;
}
.boring-green {
color: #5dbb60;
}
/* CSS Variables */
:root {
--harissa-red:#a72a2a;
--hashut-copper:#c8663c;
--royal-gold-pearl:#d1a94d;
--bilious-green:#a6d56c;
--boring-green:#5dbb60;
}