Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.heath-spotted-orchid {
color: #9b599b;
}
.begonia-rose {
color: #c57c80;
}
.troll-slayer-orange {
color: #efa14d;
}
.creamy-sweet-corn {
color: #f6c54c;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--heath-spotted-orchid:#9b599b;
--begonia-rose:#c57c80;
--troll-slayer-orange:#efa14d;
--creamy-sweet-corn:#f6c54c;
}