Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d5;
}
.rogue-pink {
color: #f5a3c0;
}
.sachet-pink {
color: #f28cab;
}
.flower-blossom-pink {
color: #f67e8c;
}
.fiery-flamingo {
color: #f56679;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d5;
--rogue-pink:#f5a3c0;
--sachet-pink:#f28cab;
--flower-blossom-pink:#f67e8c;
--fiery-flamingo:#f56679;
}