Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d0;
}
.princess {
color: #f1a7b2;
}
.bella-pink {
color: #e27e92;
}
.violet-velvet {
color: #b39fd6;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d0;
--princess:#f1a7b2;
--bella-pink:#e27e92;
--violet-velvet:#b39fd6;
--just-a-fairytale:#695b9a;
}