Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff4242;
}
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff4242;
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
}