Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.simple-pink {
color: #f6a2af;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lilliputian-lime {
color: #7fd959;
}
.justice {
color: #5f6c8c;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--simple-pink:#f6a2af;
--solar-plexus-chakra:#f1c84b;
--lilliputian-lime:#7fd959;
--justice:#5f6c8c;
}