Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.jemima {
color: #f3d57c;
}
.storm-lightning {
color: #f9e59f;
}
.think-pink {
color: #e8a6c1;
}
.primrose {
color: #d6809e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--jemima:#f3d57c;
--storm-lightning:#f9e59f;
--think-pink:#e8a6c1;
--primrose:#d6809e;
}