Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.hay-day {
color: #d8d57d;
}
.florida-mango {
color: #ef9c6c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.beaded-blue {
color: #4b4c8b;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--hay-day:#d8d57d;
--florida-mango:#ef9c6c;
--grapefruit-pulp:#ff6e61;
--beaded-blue:#4b4c8b;
}