Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.flowering-raspberry {
color: #9c6d91;
}
.artifact {
color: #c8a08d;
}
.golden-thread {
color: #e8c878;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--flowering-raspberry:#9c6d91;
--artifact:#c8a08d;
--golden-thread:#e8c878;
--solar-plexus-chakra:#f1c84b;
}