Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.troll-slayer-orange {
color: #f6a64c;
}
.amber-glow {
color: #f39d39;
}
.iceland-poppy {
color: #f28526;
}
.iron-orange {
color: #e96e1c;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--troll-slayer-orange:#f6a64c;
--amber-glow:#f39d39;
--iceland-poppy:#f28526;
--iron-orange:#e96e1c;
}