Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.untamed-orange {
color: #d95a30;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--apricot-glazed-chicken:#f5a524;
--untamed-orange:#d95a30;
--heath-spotted-orchid:#a65e9e;
--bright-eggplant:#5b4b8b;
}