Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6c1e4;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.cochonnet {
color: #ff8ab9;
}
.stellar-strawberry {
color: #ff5c8a;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6c1e4;
--hot-aquarelle-pink:#ffb3e4;
--cochonnet:#ff8ab9;
--stellar-strawberry:#ff5c8a;
--sizzling-red:#ff3d5a;
}