Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f7a1bb;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bubble-algae {
color: #8eebc0;
}
.cerulean {
color: #55a5e7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-chalk:#f7a1bb;
--solar-plexus-chakra:#f1c84b;
--bubble-algae:#8eebc0;
--cerulean:#55a5e7;
--grapefruit-pulp:#ff6e61;
}