Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.erythrosine {
color: #ff75b1;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--erythrosine:#ff75b1;
--diva-pink:#ff3d7e;
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
}