Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.emperor-s-children {
color: #f5a3b6;
}
.love-spell {
color: #f8b9c3;
}
.sullivan-s-heart {
color: #f9c3d1;
}
.marshmallow-heart {
color: #fadbe3;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--emperor-s-children:#f5a3b6;
--love-spell:#f8b9c3;
--sullivan-s-heart:#f9c3d1;
--marshmallow-heart:#fadbe3;
}