Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d77;
}
.pico-8-pink {
color: #ff7aa2;
}
.white {
color: #ffffff;
}
.cinderella-pink {
color: #ffc7c7;
}
.rare-rhubarb {
color: #c70028;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d77;
--pico-8-pink:#ff7aa2;
--white:#ffffff;
--cinderella-pink:#ffc7c7;
--rare-rhubarb:#c70028;
}