Color names in this palette
CSS code for this palette
/* CSS */
.hermosa-pink {
color: #ffb3e7;
}
.rogue-pink {
color: #ff9ec0;
}
.pico-8-pink {
color: #ff7aa2;
}
.sasquatch-socks {
color: #ff4d7c;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--hermosa-pink:#ffb3e7;
--rogue-pink:#ff9ec0;
--pico-8-pink:#ff7aa2;
--sasquatch-socks:#ff4d7c;
--sizzling-red:#ff3d5a;
}