Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.chimera-brown {
color: #c79b7a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.khmer-curry {
color: #f05656;
}
.valhalla {
color: #2a2c41;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--chimera-brown:#c79b7a;
--solar-plexus-chakra:#f1c84b;
--khmer-curry:#f05656;
--valhalla:#2a2c41;
}