Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pico-8-pink {
color: #ff75a8;
}
.fuchsia-fever {
color: #ff4d94;
}
.cyberpink {
color: #ff1f78;
}
.raspberry {
color: #b3004d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pico-8-pink:#ff75a8;
--fuchsia-fever:#ff4d94;
--cyberpink:#ff1f78;
--raspberry:#b3004d;
}