Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6cf;
}
.rose-mallow {
color: #f2a6c4;
}
.prominent-pink {
color: #d79dc2;
}
.overtone {
color: #a4e5b7;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6cf;
--rose-mallow:#f2a6c4;
--prominent-pink:#d79dc2;
--overtone:#a4e5b7;
--break-the-ice:#b2e0f0;
}