Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5c3a7e;
}
.aster-violetta {
color: #8f5c9d;
}
.lady-s-cushions-pink {
color: #c99cb3;
}
.pink-grapefruit {
color: #f5b8c8;
}
.sullivan-s-heart {
color: #f7c5d4;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5c3a7e;
--aster-violetta:#8f5c9d;
--lady-s-cushions-pink:#c99cb3;
--pink-grapefruit:#f5b8c8;
--sullivan-s-heart:#f7c5d4;
}