Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.rubber-radish {
color: #ff9b99;
}
.matt-pink {
color: #ffb3c1;
}
.linnet-egg-red {
color: #ffccdc;
}
.rogue-pink {
color: #ff9ec2;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--rubber-radish:#ff9b99;
--matt-pink:#ffb3c1;
--linnet-egg-red:#ffccdc;
--rogue-pink:#ff9ec2;
}