Color names in this palette
CSS code for this palette
/* CSS */
.sister-loganberry-frost {
color: #8b3c7b;
}
.exuberant-pink {
color: #b34d81;
}
.wild-orchid {
color: #d978a3;
}
.ibis {
color: #f1b6c1;
}
.veiled-pink {
color: #f9e0d7;
}
/* CSS Variables */
:root {
--sister-loganberry-frost:#8b3c7b;
--exuberant-pink:#b34d81;
--wild-orchid:#d978a3;
--ibis:#f1b6c1;
--veiled-pink:#f9e0d7;
}