Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c5;
}
.peachy-skin {
color: #f2cfa1;
}
.tusk {
color: #e4e7b1;
}
.light-sky-babe {
color: #a1d2e3;
}
.fresh-on-the-market {
color: #f8a5b7;
}
/* CSS Variables */
:root {
--cupid:#f6b1c5;
--peachy-skin:#f2cfa1;
--tusk:#e4e7b1;
--light-sky-babe:#a1d2e3;
--fresh-on-the-market:#f8a5b7;
}