Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.cochonnet {
color: #ff8ab9;
}
.blush-hour {
color: #ff7094;
}
.bonker-pink {
color: #ff4d79;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--cochonnet:#ff8ab9;
--blush-hour:#ff7094;
--bonker-pink:#ff4d79;
--chinese-new-year:#ff2e66;
}