Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.protein-high {
color: #ff8a66;
}
.carrot {
color: #ff6e42;
}
.consumed-by-fire {
color: #f58019;
}
.not-yo-cheese {
color: #fbc02d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--protein-high:#ff8a66;
--carrot:#ff6e42;
--consumed-by-fire:#f58019;
--not-yo-cheese:#fbc02d;
}