Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.erythrosine {
color: #ff75b1;
}
.fuchsia-fever {
color: #ff4d94;
}
.moth-orchid {
color: #d6006f;
}
.deep-magenta {
color: #9e005f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--erythrosine:#ff75b1;
--fuchsia-fever:#ff4d94;
--moth-orchid:#d6006f;
--deep-magenta:#9e005f;
}