Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.violet-kiss {
color: #f4a4d7;
}
.fuchsia-blush {
color: #e97cba;
}
.sugar-rush {
color: #d65c9f;
}
.vivid-viola {
color: #a63f7f;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--violet-kiss:#f4a4d7;
--fuchsia-blush:#e97cba;
--sugar-rush:#d65c9f;
--vivid-viola:#a63f7f;
}