Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.sunglow {
color: #ffcc33;
}
.sp-tzle-yellow {
color: #ffef8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peppermint-swirl {
color: #d6617c;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--sunglow:#ffcc33;
--sp-tzle-yellow:#ffef8a;
--grapefruit-pulp:#ff6e61;
--peppermint-swirl:#d6617c;
}