Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gold-strand {
color: #f2e0a6;
}
.aquarelle-purple {
color: #d7e2f4;
}
.sky-high {
color: #a2c3e7;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--gold-strand:#f2e0a6;
--aquarelle-purple:#d7e2f4;
--sky-high:#a2c3e7;
}