Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d10070;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb8c1;
}
.swiss-cheese {
color: #fff4b8;
}
.antique-tin {
color: #6e6f72;
}
/* CSS Variables */
:root {
--moth-orchid:#d10070;
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb8c1;
--swiss-cheese:#fff4b8;
--antique-tin:#6e6f72;
}