Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.punch-out-glove {
color: #708dff;
}
.screamin-green {
color: #61ff6e;
}
.aspen-gold {
color: #ffd761;
}
.kisses {
color: #ff61b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--punch-out-glove:#708dff;
--screamin-green:#61ff6e;
--aspen-gold:#ffd761;
--kisses:#ff61b5;
}