Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.frolic {
color: #f9e6e1;
}
.sandy-bay {
color: #f9d6b4;
}
.rose-mallow {
color: #f1a7c5;
}
.sweetheart {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--frolic:#f9e6e1;
--sandy-bay:#f9d6b4;
--rose-mallow:#f1a7c5;
--sweetheart:#f1c1d6;
}