Color names in this palette
CSS code for this palette
/* CSS */
.grenadine-pink {
color: #ff616e;
}
.chanterelles {
color: #ffc370;
}
.concord-jam {
color: #6c5b80;
}
.momo-peach {
color: #f67481;
}
.briar-rose {
color: #c06d84;
}
/* CSS Variables */
:root {
--grenadine-pink:#ff616e;
--chanterelles:#ffc370;
--concord-jam:#6c5b80;
--momo-peach:#f67481;
--briar-rose:#c06d84;
}