Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f9e59f;
}
.mom-s-pancake {
color: #f9c658;
}
.chat-orange {
color: #f89c3f;
}
.durotar-fire {
color: #f56929;
}
.furnace {
color: #e03c1f;
}
/* CSS Variables */
:root {
--storm-lightning:#f9e59f;
--mom-s-pancake:#f9c658;
--chat-orange:#f89c3f;
--durotar-fire:#f56929;
--furnace:#e03c1f;
}