Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff296d;
}
.stellar-strawberry {
color: #ff5c8a;
}
.conch-shell {
color: #ff8a9b;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.sweet-serenade {
color: #ffc7d5;
}
/* CSS Variables */
:root {
--peevish-red:#ff296d;
--stellar-strawberry:#ff5c8a;
--conch-shell:#ff8a9b;
--cherry-blossom-pink:#ffb3c6;
--sweet-serenade:#ffc7d5;
}