Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.honey-wax {
color: #f9a824;
}
.consumed-by-fire {
color: #f47f1f;
}
.nasturtium-flower {
color: #e94f1c;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--honey-wax:#f9a824;
--consumed-by-fire:#f47f1f;
--nasturtium-flower:#e94f1c;
--akuma:#d33131;
}