Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.erythrosine {
color: #ff75b3;
}
.french-rose {
color: #ff4d8b;
}
.peevish-red {
color: #ff2969;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--erythrosine:#ff75b3;
--french-rose:#ff4d8b;
--peevish-red:#ff2969;
--moth-orchid:#d6006f;
}