Color names in this palette
CSS code for this palette
/* CSS */
.infrared-gloze {
color: #c92c5b;
}
.peppermint-swirl {
color: #d65c78;
}
.franken-berry {
color: #e79998;
}
.coral-bisque {
color: #f6c4b1;
}
.new-youth {
color: #f1e1df;
}
/* CSS Variables */
:root {
--infrared-gloze:#c92c5b;
--peppermint-swirl:#d65c78;
--franken-berry:#e79998;
--coral-bisque:#f6c4b1;
--new-youth:#f1e1df;
}