Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e9a5c5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-bright {
color: #f2e3b0;
}
.cyantific {
color: #78c9c1;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--prettiest-pink:#e9a5c5;
--solar-plexus-chakra:#f1c84b;
--lime-bright:#f2e3b0;
--cyantific:#78c9c1;
--momo-peach:#f67481;
}