Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.casandora-yellow {
color: #fbcb5b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--apricot-glazed-chicken:#f5a524;
--creamy-sweet-corn:#f9c54e;
--casandora-yellow:#fbcb5b;
--grapefruit-pulp:#ff6e61;
}