Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d5;
}
.pink-fit {
color: #f5a3b4;
}
.spaghetti-strap-pink {
color: #f7a6d0;
}
.whimsy {
color: #f09a84;
}
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d5;
--pink-fit:#f5a3b4;
--spaghetti-strap-pink:#f7a6d0;
--whimsy:#f09a84;
--cr-me-de-la-cr-me:#f2e7b5;
}