Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a75;
}
.framboise {
color: #e6005c;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a75;
--framboise:#e6005c;
}