Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.princess {
color: #f1a7b4;
}
.fuchsia-blush {
color: #e87db3;
}
.purple-kush {
color: #c87bd5;
}
.soft-purple {
color: #a26eb4;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--princess:#f1a7b4;
--fuchsia-blush:#e87db3;
--purple-kush:#c87bd5;
--soft-purple:#a26eb4;
}