Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cymophane-yellow {
color: #f2e4a6;
}
.light-deluxe-days {
color: #a4d4ea;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--cymophane-yellow:#f2e4a6;
--light-deluxe-days:#a4d4ea;
--grapefruit-pulp:#ff6e61;
}