Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.grape-green {
color: #a8e1a3;
}
.tea-green {
color: #d1f7c0;
}
.creamed-butter {
color: #fefed2;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--grape-green:#a8e1a3;
--tea-green:#d1f7c0;
--creamed-butter:#fefed2;
--tiger-yellow:#ffdf80;
}