Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8fc3;
}
.stellar-strawberry {
color: #ff5c8a;
}
.laser-trap {
color: #ff386d;
}
.lilac-lotion {
color: #ff2e7e;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--cochonnet:#ff8fc3;
--stellar-strawberry:#ff5c8a;
--laser-trap:#ff386d;
--lilac-lotion:#ff2e7e;
--hot-aquarelle-pink:#ffb3d9;
}