Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #eca922;
}
.sumac-dyed {
color: #e7851d;
}
.ouni-red {
color: #ea7b48;
}
.fireglow {
color: #d95c3f;
}
.kir-royale-rose {
color: #b95b77;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#eca922;
--sumac-dyed:#e7851d;
--ouni-red:#ea7b48;
--fireglow:#d95c3f;
--kir-royale-rose:#b95b77;
}