Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.mandarin-red {
color: #e94b3a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--mandarin-red:#e94b3a;
--apricot-glazed-chicken:#f5a524;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
}