Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.cameo-cream {
color: #f4e2c3;
}
.light-fresh-lime {
color: #e0f7d4;
}
.fresh-water {
color: #c3e2f4;
}
.soap {
color: #d7c3f4;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--cameo-cream:#f4e2c3;
--light-fresh-lime:#e0f7d4;
--fresh-water:#c3e2f4;
--soap:#d7c3f4;
}