Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.floral-leaf {
color: #ffb84d;
}
.protein-high {
color: #ff8a66;
}
.grapefruit-pulp {
color: #ff7161;
}
.fluorescent-red {
color: #ff5252;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--floral-leaf:#ffb84d;
--protein-high:#ff8a66;
--grapefruit-pulp:#ff7161;
--fluorescent-red:#ff5252;
}