Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff4d94;
}
.peevish-red {
color: #ff1a66;
}
.red-letter-day {
color: #cc0052;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff4d94;
--peevish-red:#ff1a66;
--red-letter-day:#cc0052;
}