Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sugar-cookie {
color: #f2e5a1;
}
.shanghai-jade {
color: #a4dab9;
}
.peahen {
color: #6f9b8a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--sugar-cookie:#f2e5a1;
--shanghai-jade:#a4dab9;
--peahen:#6f9b8a;
}