Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.burst-of-lime {
color: #a6d84b;
}
.oh-em-ghee {
color: #e0c51a;
}
.yellow-groove {
color: #f5b92e;
}
.strawberry-avalanche {
color: #f54d3d;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--burst-of-lime:#a6d84b;
--oh-em-ghee:#e0c51a;
--yellow-groove:#f5b92e;
--strawberry-avalanche:#f54d3d;
}