Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.cherry-blossom {
color: #f6c1d5;
}
.frolic {
color: #f9e7e1;
}
.yellow-essence {
color: #fbe1b6;
}
.tacao {
color: #f7af78;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--cherry-blossom:#f6c1d5;
--frolic:#f9e7e1;
--yellow-essence:#fbe1b6;
--tacao:#f7af78;
}