Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.rogue-pink {
color: #ff9ec0;
}
.pico-8-pink {
color: #ff7aa2;
}
.sasquatch-socks {
color: #ff4d7f;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--rogue-pink:#ff9ec0;
--pico-8-pink:#ff7aa2;
--sasquatch-socks:#ff4d7f;
--vivid-raspberry:#ff006e;
}