Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.amaranth-pink {
color: #f59ebc;
}
.xoxo {
color: #f07f9b;
}
.bubblegum {
color: #e75f7a;
}
.lingonberry-red {
color: #d2465e;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--amaranth-pink:#f59ebc;
--xoxo:#f07f9b;
--bubblegum:#e75f7a;
--lingonberry-red:#d2465e;
}