Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.sachet-pink {
color: #f38cba;
}
.shark-bait {
color: #f16a99;
}
.bonker-pink {
color: #ef4d7b;
}
.raspberry-sorbet {
color: #d73c6d;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--sachet-pink:#f38cba;
--shark-bait:#f16a99;
--bonker-pink:#ef4d7b;
--raspberry-sorbet:#d73c6d;
}