Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.soft-cashmere {
color: #f0b7d9;
}
.violet-kiss {
color: #f3a0d9;
}
.old-flame {
color: #f2b7b5;
}
.meat {
color: #f17e7e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--soft-cashmere:#f0b7d9;
--violet-kiss:#f3a0d9;
--old-flame:#f2b7b5;
--meat:#f17e7e;
}