Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.overtone {
color: #a8e6b0;
}
.utepils {
color: #f9fcd4;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--overtone:#a8e6b0;
--utepils:#f9fcd4;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}