Color names in this palette
CSS code for this palette
/* CSS */
.dream-setting {
color: #ff75b6;
}
.french-fuchsia {
color: #ff3d91;
}
.peevish-red {
color: #ff1f69;
}
.cochonnet {
color: #ff8ab7;
}
.lavender-candy {
color: #ffb3d4;
}
/* CSS Variables */
:root {
--dream-setting:#ff75b6;
--french-fuchsia:#ff3d91;
--peevish-red:#ff1f69;
--cochonnet:#ff8ab7;
--lavender-candy:#ffb3d4;
}