Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.consumed-by-fire {
color: #f47f1f;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.akuma {
color: #d33131;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--consumed-by-fire:#f47f1f;
--royal-flycatcher-crest:#f06c00;
--akuma:#d33131;
--bright-rose:#c3185d;
}