Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.himalayan-balsam {
color: #ff99c3;
}
.erythrosine {
color: #ff80b0;
}
.fuchsia-fever {
color: #ff5c98;
}
.raspberry-shortcake {
color: #ff3d84;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--himalayan-balsam:#ff99c3;
--erythrosine:#ff80b0;
--fuchsia-fever:#ff5c98;
--raspberry-shortcake:#ff3d84;
}