Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f1b1c2;
}
.pink-fit {
color: #f8a5b1;
}
.flower-blossom-pink {
color: #f57a86;
}
.fiesta-pink {
color: #d66b99;
}
.thimble-red {
color: #a35c8b;
}
/* CSS Variables */
:root {
--ibis:#f1b1c2;
--pink-fit:#f8a5b1;
--flower-blossom-pink:#f57a86;
--fiesta-pink:#d66b99;
--thimble-red:#a35c8b;
}