Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.lemon-filling {
color: #f7e6a6;
}
.burning-coals {
color: #f69e6f;
}
.sugarwinkle {
color: #f7c5e4;
}
.pearly-purple {
color: #b86b9a;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--lemon-filling:#f7e6a6;
--burning-coals:#f69e6f;
--sugarwinkle:#f7c5e4;
--pearly-purple:#b86b9a;
}