Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.sweet-cherry {
color: #a14f4f;
}
.hickory-cliff {
color: #7a6c6c;
}
.nickel-ore-green {
color: #507c7c;
}
.dry-highlighter-green {
color: #2bab2b;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--sweet-cherry:#a14f4f;
--hickory-cliff:#7a6c6c;
--nickel-ore-green:#507c7c;
--dry-highlighter-green:#2bab2b;
}