Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.pretty-in-pink {
color: #f9c3e5;
}
.pink-amour {
color: #f5e0e9;
}
.bff {
color: #d7b2d1;
}
.heart-potion {
color: #a87bb2;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--pretty-in-pink:#f9c3e5;
--pink-amour:#f5e0e9;
--bff:#d7b2d1;
--heart-potion:#a87bb2;
}