Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.fuchsia-fever {
color: #ff4d94;
}
.pico-8-pink {
color: #ff75a8;
}
.pink-cattleya {
color: #ffb3d1;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--fuchsia-fever:#ff4d94;
--pico-8-pink:#ff75a8;
--pink-cattleya:#ffb3d1;
--fairy-wings:#ffebf0;
}