Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cymophane-yellow {
color: #f2e6a6;
}
.pyramid-gold {
color: #e3b472;
}
.pumpkin-bread {
color: #d27f4b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--cymophane-yellow:#f2e6a6;
--pyramid-gold:#e3b472;
--pumpkin-bread:#d27f4b;
}