Color names in this palette
CSS code for this palette
/* CSS */
.moonshadow {
color: #8d43ad;
}
.grass-pink-orchid {
color: #c880ff;
}
.sunshine-mellow {
color: #f1c40e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peevish-red {
color: #ff2969;
}
/* CSS Variables */
:root {
--moonshadow:#8d43ad;
--grass-pink-orchid:#c880ff;
--sunshine-mellow:#f1c40e;
--grapefruit-pulp:#ff6e61;
--peevish-red:#ff2969;
}