Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.aggressive-salmon {
color: #ff809b;
}
.stellar-strawberry {
color: #ff5c8a;
}
.diva-pink {
color: #ff3d7e;
}
.peevish-red {
color: #ff296d;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--aggressive-salmon:#ff809b;
--stellar-strawberry:#ff5c8a;
--diva-pink:#ff3d7e;
--peevish-red:#ff296d;
}