Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
.flint-corn-red {
color: #d9623a;
}
.royal-yellow {
color: #f8d94f;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
--flint-corn-red:#d9623a;
--royal-yellow:#f8d94f;
--liberal-lilac:#9b58b6;
}