Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e0;
}
.erythrosine {
color: #ff75b1;
}
.fuchsia-fever {
color: #ff4d94;
}
.moth-orchid {
color: #d6006f;
}
.barney-purple {
color: #a300a0;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e0;
--erythrosine:#ff75b1;
--fuchsia-fever:#ff4d94;
--moth-orchid:#d6006f;
--barney-purple:#a300a0;
}