Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.marigold {
color: #ffc105;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--marigold:#ffc105;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--moth-orchid:#d6006f;
}