Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.bubblegum {
color: #e85e78;
}
.fresh-on-the-market {
color: #f8a5bb;
}
.demure-pink {
color: #f8d3c4;
}
.verbena {
color: #f1dfdf;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--bubblegum:#e85e78;
--fresh-on-the-market:#f8a5bb;
--demure-pink:#f8d3c4;
--verbena:#f1dfdf;
}