Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45e7d;
}
.emperor-s-children {
color: #f2a1b4;
}
.sandalwood-beige {
color: #f2d1b1;
}
.invigorating {
color: #f2eab5;
}
.green-trance {
color: #a3d7a5;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45e7d;
--emperor-s-children:#f2a1b4;
--sandalwood-beige:#f2d1b1;
--invigorating:#f2eab5;
--green-trance:#a3d7a5;
}