Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.princess {
color: #f1a7b6;
}
.true-love {
color: #e57b8d;
}
.old-geranium {
color: #c4688c;
}
.cyclamen-red {
color: #a65e8d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--princess:#f1a7b6;
--true-love:#e57b8d;
--old-geranium:#c4688c;
--cyclamen-red:#a65e8d;
}