Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sweet-60 {
color: #f3a0b0;
}
.amaranth-pink {
color: #f39bba;
}
.xoxo {
color: #f07f98;
}
.calypso-coral {
color: #e74b5e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sweet-60:#f3a0b0;
--amaranth-pink:#f39bba;
--xoxo:#f07f98;
--calypso-coral:#e74b5e;
}