Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e14d3d;
}
.yellow-sea {
color: #f2a03a;
}
.lemon-zest {
color: #f9d958;
}
.lilliputian-lime {
color: #7fd959;
}
.olympic-blue {
color: #4b96e2;
}
/* CSS Variables */
:root {
--mandarin-red:#e14d3d;
--yellow-sea:#f2a03a;
--lemon-zest:#f9d958;
--lilliputian-lime:#7fd959;
--olympic-blue:#4b96e2;
}