Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.himalayan-balsam {
color: #ff99cc;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff5c98;
}
.french-rose {
color: #ff4d88;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff99cc;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff5c98;
--french-rose:#ff4d88;
}