Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7094;
}
.love-red {
color: #ff4d67;
}
.future-fuchsia {
color: #ff1f3d;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7094;
--love-red:#ff4d67;
--future-fuchsia:#ff1f3d;
}