Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.marine-green {
color: #43a889;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--apricot-glazed-chicken:#f5a524;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--marine-green:#43a889;
}