Color names in this palette
CSS code for this palette
/* CSS */
.neon-rose {
color: #ff0080;
}
.stellar-strawberry {
color: #ff5c92;
}
.cochonnet {
color: #ff8abe;
}
.lavender-candy {
color: #ffb3d6;
}
.light-pink {
color: #ffd1e0;
}
/* CSS Variables */
:root {
--neon-rose:#ff0080;
--stellar-strawberry:#ff5c92;
--cochonnet:#ff8abe;
--lavender-candy:#ffb3d6;
--light-pink:#ffd1e0;
}