Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pleasing-pink {
color: #f6cbd3;
}
.pork-belly {
color: #f8e2e8;
}
.sea-salt-sherbet {
color: #fdf7f8;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pleasing-pink:#f6cbd3;
--pork-belly:#f8e2e8;
--sea-salt-sherbet:#fdf7f8;
--matt-pink:#ffb3c1;
}