Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f2b1c2;
}
.sweet-60 {
color: #f2a1b0;
}
.embarrassed {
color: #f27893;
}
.peppermint-swirl {
color: #d75b80;
}
.fuchsia-flock {
color: #a9476c;
}
/* CSS Variables */
:root {
--ibis:#f2b1c2;
--sweet-60:#f2a1b0;
--embarrassed:#f27893;
--peppermint-swirl:#d75b80;
--fuchsia-flock:#a9476c;
}