Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.protein-high {
color: #ff8a66;
}
.mandarin-sorbet {
color: #ffad42;
}
.egg-yolk {
color: #ffcc80;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--protein-high:#ff8a66;
--mandarin-sorbet:#ffad42;
--egg-yolk:#ffcc80;
--smashing-pumpkins:#ff5724;
}