Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.himalayan-balsam {
color: #ff9ec6;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff5c98;
}
.diva-pink {
color: #ff3d7b;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--himalayan-balsam:#ff9ec6;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff5c98;
--diva-pink:#ff3d7b;
}