Color names in this palette
CSS code for this palette
/* CSS */
.hopbush {
color: #d06c8f;
}
.peppermint-swirl {
color: #d35f82;
}
.peppermint-swirl {
color: #d95e7f;
}
.emperor-s-children {
color: #f1a2b4;
}
.rhodonite {
color: #f3b4c4;
}
/* CSS Variables */
:root {
--hopbush:#d06c8f;
--peppermint-swirl:#d35f82;
--peppermint-swirl:#d95e7f;
--emperor-s-children:#f1a2b4;
--rhodonite:#f3b4c4;
}