Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.calabrese {
color: #f1a8a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pretty-petunia {
color: #d9b3e6;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--solar-plexus-chakra:#f1c84b;
--calabrese:#f1a8a2;
--grapefruit-pulp:#ff6e61;
--pretty-petunia:#d9b3e6;
}