Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.rogue-pink {
color: #ff9ec2;
}
.erythrosine {
color: #ff80b0;
}
.magenta-crayon {
color: #ff5ca3;
}
.raspberry-shortcake {
color: #ff388e;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--rogue-pink:#ff9ec2;
--erythrosine:#ff80b0;
--magenta-crayon:#ff5ca3;
--raspberry-shortcake:#ff388e;
}