Color names in this palette
CSS code for this palette
/* CSS */
.liquorice-stick {
color: #b54040;
}
.reductant {
color: #e85e5e;
}
.monarch-orange {
color: #f0a06a;
}
.firelight {
color: #f9d97b;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--liquorice-stick:#b54040;
--reductant:#e85e5e;
--monarch-orange:#f0a06a;
--firelight:#f9d97b;
--optimistic-yellow:#f4e1a4;
}