Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pink-chalk {
color: #f4a4c0;
}
.sachet-pink {
color: #f28cb2;
}
.shark-bait {
color: #f26e9a;
}
.peppermint-swirl {
color: #d75b80;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pink-chalk:#f4a4c0;
--sachet-pink:#f28cb2;
--shark-bait:#f26e9a;
--peppermint-swirl:#d75b80;
}