Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.chrome-yellow {
color: #faa700;
}
.extreme-carrot {
color: #f86f30;
}
.furnace {
color: #e03c1f;
}
.parlour-red {
color: #a42d5d;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--chrome-yellow:#faa700;
--extreme-carrot:#f86f30;
--furnace:#e03c1f;
--parlour-red:#a42d5d;
}