Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f4a4c1;
}
.cherry-blossom {
color: #f6c1d5;
}
.pork-belly {
color: #f7dee7;
}
.butter-cupcake {
color: #ffda99;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--rogue-pink:#f4a4c1;
--cherry-blossom:#f6c1d5;
--pork-belly:#f7dee7;
--butter-cupcake:#ffda99;
--floral-leaf:#ffb84d;
}