Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.white-acorn {
color: #daa78b;
}
.eerie-glow {
color: #a6d8b9;
}
.venetian-yellow {
color: #f8e2a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--white-acorn:#daa78b;
--eerie-glow:#a6d8b9;
--venetian-yellow:#f8e2a0;
--grapefruit-pulp:#ff6e61;
}