Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.bubble-algae {
color: #8cedc6;
}
.china-doll {
color: #f2e4d4;
}
.pallid-orange {
color: #f9b79f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--bubble-algae:#8cedc6;
--china-doll:#f2e4d4;
--pallid-orange:#f9b79f;
--grapefruit-pulp:#ff6e61;
}