Color names in this palette
CSS code for this palette
/* CSS */
.spun-sugar {
color: #f9e1ee;
}
.fulgrim-pink {
color: #f7b1cf;
}
.sweet-60 {
color: #f49faa;
}
.cupid-s-arrow {
color: #f26989;
}
.raspberry-sorbet {
color: #d93a6a;
}
/* CSS Variables */
:root {
--spun-sugar:#f9e1ee;
--fulgrim-pink:#f7b1cf;
--sweet-60:#f49faa;
--cupid-s-arrow:#f26989;
--raspberry-sorbet:#d93a6a;
}