Color names in this palette
CSS code for this palette
/* CSS */
.summer-cosmos {
color: #f7cfe2;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.cochonnet {
color: #ff8fbc;
}
.fuchsia-fever {
color: #ff5c9d;
}
.office-neon-light {
color: #ff297e;
}
/* CSS Variables */
:root {
--summer-cosmos:#f7cfe2;
--hot-aquarelle-pink:#ffb3d9;
--cochonnet:#ff8fbc;
--fuchsia-fever:#ff5c9d;
--office-neon-light:#ff297e;
}