Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.cherry-blossom {
color: #f8c4d5;
}
.be-mine {
color: #f6e4e8;
}
.budding-peach {
color: #f2d5c0;
}
.iced-vovo {
color: #e1a3b4;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--cherry-blossom:#f8c4d5;
--be-mine:#f6e4e8;
--budding-peach:#f2d5c0;
--iced-vovo:#e1a3b4;
}