Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.cochonnet {
color: #ff8fba;
}
.lavender-candy {
color: #ffb3d6;
}
.soulmate-pink {
color: #ffc7e7;
}
.pig-pink {
color: #ffd6e2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--cochonnet:#ff8fba;
--lavender-candy:#ffb3d6;
--soulmate-pink:#ffc7e7;
--pig-pink:#ffd6e2;
}