Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.sunglow {
color: #ffcc33;
}
.peachy-salmon {
color: #ff9d80;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--sunglow:#ffcc33;
--peachy-salmon:#ff9d80;
}