Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2df;
}
.hot-aquarelle-pink {
color: #ffb3e2;
}
.cochonnet {
color: #ff8fc3;
}
.fuchsia-fever {
color: #ff5c9d;
}
.office-neon-light {
color: #ff297e;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2df;
--hot-aquarelle-pink:#ffb3e2;
--cochonnet:#ff8fc3;
--fuchsia-fever:#ff5c9d;
--office-neon-light:#ff297e;
}