Color names in this palette
CSS code for this palette
/* CSS */
.reliquial-rose {
color: #ff2989;
}
.fuchsia-fever {
color: #ff5c9d;
}
.tickle-me-pink {
color: #ff8ab1;
}
.lavender-candy {
color: #ffb3d6;
}
.transparent-pink {
color: #ffe0ec;
}
/* CSS Variables */
:root {
--reliquial-rose:#ff2989;
--fuchsia-fever:#ff5c9d;
--tickle-me-pink:#ff8ab1;
--lavender-candy:#ffb3d6;
--transparent-pink:#ffe0ec;
}