Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.vitamin-c {
color: #ff9900;
}
.consumed-by-fire {
color: #f47f1f;
}
.fiery-glow {
color: #f14f1e;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--vitamin-c:#ff9900;
--consumed-by-fire:#f47f1f;
--fiery-glow:#f14f1e;
--akabeni:#c72929;
}