Color names in this palette
CSS code for this palette
/* CSS */
.foxglove {
color: #b57d8c;
}
.berry-popsicle {
color: #d8a6c8;
}
.cherry-blossom {
color: #f6c1d5;
}
.pork-belly {
color: #f9e1e7;
}
.pink-fluorite {
color: #fcd4d7;
}
/* CSS Variables */
:root {
--foxglove:#b57d8c;
--berry-popsicle:#d8a6c8;
--cherry-blossom:#f6c1d5;
--pork-belly:#f9e1e7;
--pink-fluorite:#fcd4d7;
}