Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.rogue-pink {
color: #ff9ec2;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff5c9d;
}
.french-rose {
color: #ff4d8e;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--rogue-pink:#ff9ec2;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff5c9d;
--french-rose:#ff4d8e;
}