Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.menthol-kiss {
color: #a2e6d4;
}
.mary-poppins {
color: #d0b4c9;
}
.plum-blossom {
color: #f09e9e;
}
.noodles {
color: #f8e3b4;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--menthol-kiss:#a2e6d4;
--mary-poppins:#d0b4c9;
--plum-blossom:#f09e9e;
--noodles:#f8e3b4;
}