Color names in this palette
CSS code for this palette
/* CSS */
.camaron-pink {
color: #ff8093;
}
.sasquatch-socks {
color: #ff4d7f;
}
.peevish-red {
color: #ff296d;
}
.raspberry-sorbet {
color: #d7336f;
}
.berry-curious {
color: #a51d5c;
}
/* CSS Variables */
:root {
--camaron-pink:#ff8093;
--sasquatch-socks:#ff4d7f;
--peevish-red:#ff296d;
--raspberry-sorbet:#d7336f;
--berry-curious:#a51d5c;
}