Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.limelight {
color: #f2e76e;
}
.pallid-orange {
color: #f9b99f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--limelight:#f2e76e;
--pallid-orange:#f9b99f;
--grapefruit-pulp:#ff6e61;
--exuberance:#d65d00;
}