Color names in this palette
CSS code for this palette
/* CSS */
.sweet-slumber-pink {
color: #f5b7f5;
}
.flamingo-feather {
color: #f8bfd7;
}
.pink-fit {
color: #f3aab1;
}
.meat {
color: #f27d7f;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--sweet-slumber-pink:#f5b7f5;
--flamingo-feather:#f8bfd7;
--pink-fit:#f3aab1;
--meat:#f27d7f;
--camellia-rose:#e94e6d;
}