Color names in this palette
CSS code for this palette
/* CSS */
.just-pink-enough {
color: #ffebee;
}
.lavender-candy {
color: #ffb3d6;
}
.cochonnet {
color: #ff8abb;
}
.french-pink {
color: #ff6b9a;
}
.sasquatch-socks {
color: #ff4d85;
}
/* CSS Variables */
:root {
--just-pink-enough:#ffebee;
--lavender-candy:#ffb3d6;
--cochonnet:#ff8abb;
--french-pink:#ff6b9a;
--sasquatch-socks:#ff4d85;
}