Color names in this palette
CSS code for this palette
/* CSS */
.vivid-violet {
color: #a200ff;
}
.voluptuous-violet {
color: #7b00e0;
}
.energic-eggplant {
color: #b300b2;
}
.flickr-pink {
color: #f5007e;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--vivid-violet:#a200ff;
--voluptuous-violet:#7b00e0;
--energic-eggplant:#b300b2;
--flickr-pink:#f5007e;
--sun-crete:#ff8c00;
}