Color names in this palette
CSS code for this palette
/* CSS */
.orb-of-discord {
color: #731e8f;
}
.heath-spotted-orchid {
color: #995b9a;
}
.sweet-perfume {
color: #d39cbb;
}
.pink-marshmallow {
color: #f2b5d2;
}
.ginger-peach {
color: #f9d39f;
}
/* CSS Variables */
:root {
--orb-of-discord:#731e8f;
--heath-spotted-orchid:#995b9a;
--sweet-perfume:#d39cbb;
--pink-marshmallow:#f2b5d2;
--ginger-peach:#f9d39f;
}