Color names in this palette
CSS code for this palette
/* CSS */
.majin-b-pink {
color: #ffa8cb;
}
.erythrosine {
color: #ff7ab4;
}
.fuchsia-fever {
color: #ff4d9d;
}
.kirby {
color: #da4e8d;
}
.our-little-secret {
color: #a84d77;
}
/* CSS Variables */
:root {
--majin-b-pink:#ffa8cb;
--erythrosine:#ff7ab4;
--fuchsia-fever:#ff4d9d;
--kirby:#da4e8d;
--our-little-secret:#a84d77;
}