Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.rogue-pink {
color: #f6a2bf;
}
.sachet-pink {
color: #f490b1;
}
.sweet-60 {
color: #f3a0b0;
}
.flower-blossom-pink {
color: #ef7b8b;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--rogue-pink:#f6a2bf;
--sachet-pink:#f490b1;
--sweet-60:#f3a0b0;
--flower-blossom-pink:#ef7b8b;
}