Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.reddish-pink {
color: #ff2e54;
}
.bloody-pico-8 {
color: #ff004c;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--reddish-pink:#ff2e54;
--bloody-pico-8:#ff004c;
}