Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.pretty-petunia {
color: #dab2e0;
}
.blue-click {
color: #a5d8e9;
}
.undercool {
color: #7ec6e7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--pretty-petunia:#dab2e0;
--blue-click:#a5d8e9;
--undercool:#7ec6e7;
--solar-plexus-chakra:#f1c84b;
}