Color names in this palette
CSS code for this palette
/* CSS */
.bittersweet {
color: #ffa052;
}
.halt-and-catch-fire {
color: #ff6933;
}
.red-card {
color: #ff391f;
}
.pure-red {
color: #d42c16;
}
.harissa-red {
color: #a62d2b;
}
/* CSS Variables */
:root {
--bittersweet:#ffa052;
--halt-and-catch-fire:#ff6933;
--red-card:#ff391f;
--pure-red:#d42c16;
--harissa-red:#a62d2b;
}