Color names in this palette
CSS code for this palette
/* CSS */
.venetian-nights {
color: #7c4dff;
}
.lightish-purple {
color: #a15de5;
}
.china-pink {
color: #e06c9a;
}
.phellodendron-amurense {
color: #f6c43c;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--venetian-nights:#7c4dff;
--lightish-purple:#a15de5;
--china-pink:#e06c9a;
--phellodendron-amurense:#f6c43c;
--shocking-orange:#ff6d1f;
}