Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.tickle-me-pink {
color: #ff8ab1;
}
.fuchsia-fever {
color: #ff5c9d;
}
.chinese-new-year {
color: #ff2e6d;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--tickle-me-pink:#ff8ab1;
--fuchsia-fever:#ff5c9d;
--chinese-new-year:#ff2e6d;
--moth-orchid:#d6006f;
}