Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.coral-pink {
color: #f77c78;
}
.pale-petunia {
color: #f9c3c6;
}
.endearment {
color: #fdd8a0;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--coral-pink:#f77c78;
--pale-petunia:#f9c3c6;
--endearment:#fdd8a0;
--squash-blossom:#f6b83c;
}