Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.lavender-candy {
color: #ffb3d4;
}
.himalayan-balsam {
color: #ff99c9;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff5c9a;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--lavender-candy:#ffb3d4;
--himalayan-balsam:#ff99c9;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff5c9a;
}