Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e94e3a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.safety-yellow {
color: #f0d400;
}
.lilliputian-lime {
color: #7fd959;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--mandarin-red:#e94e3a;
--apricot-glazed-chicken:#f5a524;
--safety-yellow:#f0d400;
--lilliputian-lime:#7fd959;
--olympic-blue:#4b91e2;
}