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