Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.reef-green {
color: #a1e3c6;
}
.frangipane {
color: #f3d5b4;
}
.rogue-pink {
color: #f7a6c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--reef-green:#a1e3c6;
--frangipane:#f3d5b4;
--rogue-pink:#f7a6c1;
--grapefruit-pulp:#ff6e61;
}