Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff9ec5;
}
.cochonnet {
color: #ff80b7;
}
.french-pink {
color: #ff61a0;
}
.french-rose {
color: #ff4d8b;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff9ec5;
--cochonnet:#ff80b7;
--french-pink:#ff61a0;
--french-rose:#ff4d8b;
}