Color names in this palette
CSS code for this palette
/* CSS */
.orchid-lei {
color: #a04b7c;
}
.paris-pink {
color: #d66b94;
}
.pink-eraser {
color: #f19e9d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.hippie-green {
color: #5b8b5b;
}
/* CSS Variables */
:root {
--orchid-lei:#a04b7c;
--paris-pink:#d66b94;
--pink-eraser:#f19e9d;
--solar-plexus-chakra:#f1c84b;
--hippie-green:#5b8b5b;
}