Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.camaron-pink {
color: #ff8093;
}
.watermelon-candy {
color: #ff5c7a;
}
.neon-fuchsia {
color: #ff3d64;
}
.fly-agaric {
color: #ff1f4f;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--camaron-pink:#ff8093;
--watermelon-candy:#ff5c7a;
--neon-fuchsia:#ff3d64;
--fly-agaric:#ff1f4f;
}