Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.love-at-first-sight {
color: #e6a3b3;
}
.blushing-tulip {
color: #e69eb8;
}
.lavender-candy {
color: #f6b1d6;
}
.brittany-s-bow {
color: #f3d8e1;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--love-at-first-sight:#e6a3b3;
--blushing-tulip:#e69eb8;
--lavender-candy:#f6b1d6;
--brittany-s-bow:#f3d8e1;
}