Color names in this palette
CSS code for this palette
/* CSS */
.sachet-pink {
color: #f78db2;
}
.love-spell {
color: #f7b6c4;
}
.pink-frosting {
color: #f7d4e0;
}
.pork-belly {
color: #f9e1e8;
}
.wishy-washy-lilies {
color: #f5e0e8;
}
/* CSS Variables */
:root {
--sachet-pink:#f78db2;
--love-spell:#f7b6c4;
--pink-frosting:#f7d4e0;
--pork-belly:#f9e1e8;
--wishy-washy-lilies:#f5e0e8;
}