Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.saira-red {
color: #ff99c0;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff5c9d;
}
.lilac-lotion {
color: #ff2e82;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--saira-red:#ff99c0;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff5c9d;
--lilac-lotion:#ff2e82;
}