Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3c9060;
}
.lilliputian-lime {
color: #7fd959;
}
.grape-green {
color: #a8e1a3;
}
.marigold-dust {
color: #f4cf3e;
}
.bergamot-orange {
color: #f6a35a;
}
/* CSS Variables */
:root {
--illuminati-green:#3c9060;
--lilliputian-lime:#7fd959;
--grape-green:#a8e1a3;
--marigold-dust:#f4cf3e;
--bergamot-orange:#f6a35a;
}