Color names in this palette
CSS code for this palette
/* CSS */
.furnace {
color: #d93e26;
}
.breeze-of-chilli {
color: #f76e6e;
}
.clarified-orange {
color: #f9a35d;
}
.mocha-dandelion {
color: #f0d86a;
}
.apple-bob {
color: #d5e3a1;
}
/* CSS Variables */
:root {
--furnace:#d93e26;
--breeze-of-chilli:#f76e6e;
--clarified-orange:#f9a35d;
--mocha-dandelion:#f0d86a;
--apple-bob:#d5e3a1;
}