Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.american-yellow {
color: #f5b400;
}
.iceland-poppy {
color: #f17f22;
}
.furnace {
color: #da3d25;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--american-yellow:#f5b400;
--iceland-poppy:#f17f22;
--furnace:#da3d25;
--harissa-red:#a62b2b;
}