Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d75b80;
}
.amaranth-pink {
color: #f19dbc;
}
.cherry-blossom {
color: #f6c1d4;
}
.pork-belly {
color: #f9e1e9;
}
.pink-mimosa {
color: #f4b6ae;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d75b80;
--amaranth-pink:#f19dbc;
--cherry-blossom:#f6c1d4;
--pork-belly:#f9e1e9;
--pink-mimosa:#f4b6ae;
}