Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lime-lizard {
color: #a3d35a;
}
.optimistic-yellow {
color: #f4e1a4;
}
.lusty-gallant {
color: #ffcdcc;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lime-lizard:#a3d35a;
--optimistic-yellow:#f4e1a4;
--lusty-gallant:#ffcdcc;
--moonshadow:#8d43ad;
}