Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d3a7ca;
}
.hopeful {
color: #f2d4e5;
}
.fulgrim-pink {
color: #f8b4ca;
}
.carnation {
color: #f57a91;
}
.peppermint-swirl {
color: #d95e79;
}
/* CSS Variables */
:root {
--berry-popsicle:#d3a7ca;
--hopeful:#f2d4e5;
--fulgrim-pink:#f8b4ca;
--carnation:#f57a91;
--peppermint-swirl:#d95e79;
}