Color names in this palette
CSS code for this palette
/* CSS */
.prunella {
color: #894d8f;
}
.rustic-adobe {
color: #d19d71;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.overtone {
color: #a6e7ba;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--prunella:#894d8f;
--rustic-adobe:#d19d71;
--solar-plexus-chakra:#f1c84b;
--overtone:#a6e7ba;
--babe:#e07b7b;
}