Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemonade {
color: #f2e49c;
}
.heisenberg-blue {
color: #6cd6f9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--lemonade:#f2e49c;
--heisenberg-blue:#6cd6f9;
--grapefruit-pulp:#ff6e61;
}