Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a1c1;
}
.tan-whirl {
color: #f1d7d0;
}
.sugar-cane-dahlia {
color: #f8c3bf;
}
.ibis-wing {
color: #f58f7f;
}
.peppermint-swirl {
color: #d75b7e;
}
/* CSS Variables */
:root {
--think-pink:#e3a1c1;
--tan-whirl:#f1d7d0;
--sugar-cane-dahlia:#f8c3bf;
--ibis-wing:#f58f7f;
--peppermint-swirl:#d75b7e;
}