Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f7c0d4;
}
.rogue-pink {
color: #f5a3c1;
}
.out-of-fashion {
color: #f57096;
}
.bonker-pink {
color: #f44e7a;
}
.red-pink {
color: #f32b5d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f7c0d4;
--rogue-pink:#f5a3c1;
--out-of-fashion:#f57096;
--bonker-pink:#f44e7a;
--red-pink:#f32b5d;
}