Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a1599c;
}
.rosecco {
color: #eab8e4;
}
.enjoyable-yellow {
color: #f5d6a8;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.tango {
color: #d66f2e;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a1599c;
--rosecco:#eab8e4;
--enjoyable-yellow:#f5d6a8;
--solar-plexus-chakra:#f1cb4b;
--tango:#d66f2e;
}