Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.royal-yellow {
color: #f8d94f;
}
.yellow-jacket {
color: #fbcb3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cg-red {
color: #d93b30;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--royal-yellow:#f8d94f;
--yellow-jacket:#fbcb3c;
--grapefruit-pulp:#ff6e61;
--cg-red:#d93b30;
}