Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.mandys-pink {
color: #f4b79f;
}
.bay {
color: #b2e1d4;
}
.island-light {
color: #a6c6ed;
}
.barely-bloomed {
color: #e2b0e3;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--mandys-pink:#f4b79f;
--bay:#b2e1d4;
--island-light:#a6c6ed;
--barely-bloomed:#e2b0e3;
}