Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f0a3c0;
}
.lavender-candy {
color: #fbb7d3;
}
.pink-currant {
color: #ffd6e9;
}
.flower-spell {
color: #ffc7d7;
}
.flamingo-pink {
color: #ff8fab;
}
/* CSS Variables */
:root {
--prism-pink:#f0a3c0;
--lavender-candy:#fbb7d3;
--pink-currant:#ffd6e9;
--flower-spell:#ffc7d7;
--flamingo-pink:#ff8fab;
}