Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.maximum-purple {
color: #7b2e7f;
}
.spanish-carmine {
color: #d10049;
}
.chinese-orange {
color: #f66e3c;
}
.sunflower-mango {
color: #ffb700;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--maximum-purple:#7b2e7f;
--spanish-carmine:#d10049;
--chinese-orange:#f66e3c;
--sunflower-mango:#ffb700;
}