Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.dark-shamrock {
color: #3fcf8e;
}
.aquarius {
color: #2cb3d8;
}
.orange-pospsicle {
color: #f6a10e;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--dark-shamrock:#3fcf8e;
--aquarius:#2cb3d8;
--orange-pospsicle:#f6a10e;
--poppy-red:#e63746;
}