Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.lion-cub {
color: #f8caa5;
}
.sweet-mandarin {
color: #d1603d;
}
.potter-s-clay {
color: #a54c2c;
}
.sundried-tomato {
color: #682c2e;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--lion-cub:#f8caa5;
--sweet-mandarin:#d1603d;
--potter-s-clay:#a54c2c;
--sundried-tomato:#682c2e;
}