Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.sweet-flag {
color: #6a3e8e;
}
.heath-spotted-orchid {
color: #a55f9c;
}
.heirloom-rose {
color: #d27f9f;
}
.ballerina-tears {
color: #f5b8b2;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--sweet-flag:#6a3e8e;
--heath-spotted-orchid:#a55f9c;
--heirloom-rose:#d27f9f;
--ballerina-tears:#f5b8b2;
}