Color names in this palette
CSS code for this palette
/* CSS */
.apricot-orange {
color: #c86d3c;
}
.whisky-sour {
color: #e9a82f;
}
.salmon-eggs {
color: #f4d35d;
}
.paris-daisy {
color: #f8e74f;
}
.hot-shot {
color: #f05428;
}
/* CSS Variables */
:root {
--apricot-orange:#c86d3c;
--whisky-sour:#e9a82f;
--salmon-eggs:#f4d35d;
--paris-daisy:#f8e74f;
--hot-shot:#f05428;
}