Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.honey-wax {
color: #ffa724;
}
.protein-high {
color: #ff8a66;
}
.carrot {
color: #ff6e42;
}
.khmer-curry {
color: #ef5552;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--honey-wax:#ffa724;
--protein-high:#ff8a66;
--carrot:#ff6e42;
--khmer-curry:#ef5552;
}