Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.cochonnet {
color: #ff8ab9;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--cochonnet:#ff8ab9;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
--chinese-new-year:#ff2e66;
}