Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.grape-green {
color: #a7df9f;
}
.spilt-milk {
color: #f3f9d2;
}
.arts-crafts-gold {
color: #f9c78b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--grape-green:#a7df9f;
--spilt-milk:#f3f9d2;
--arts-crafts-gold:#f9c78b;
--grapefruit-pulp:#ff6e61;
}