Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.honey-wax {
color: #f9a824;
}
.consumed-by-fire {
color: #f47f1f;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.salsa-haba-ero {
color: #e65000;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--honey-wax:#f9a824;
--consumed-by-fire:#f47f1f;
--royal-flycatcher-crest:#f06c00;
--salsa-haba-ero:#e65000;
}