Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7a5c99;
}
.violet-femmes {
color: #a66e9c;
}
.white-oak {
color: #d09c6c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.royal-blush {
color: #f36f58;
}
/* CSS Variables */
:root {
--jubilee:#7a5c99;
--violet-femmes:#a66e9c;
--white-oak:#d09c6c;
--solar-plexus-chakra:#f1c84b;
--royal-blush:#f36f58;
}