Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f7c0d4;
}
.pink-chalk {
color: #f4a4bf;
}
.amaranth-pink {
color: #f29cbd;
}
.tickled-pink {
color: #f1a7c1;
}
.muffin-mix {
color: #f5e1d1;
}
/* CSS Variables */
:root {
--cherry-blossom:#f7c0d4;
--pink-chalk:#f4a4bf;
--amaranth-pink:#f29cbd;
--tickled-pink:#f1a7c1;
--muffin-mix:#f5e1d1;
}