Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cymophane-yellow {
color: #f2e3a6;
}
.sea-capture {
color: #5dc1e9;
}
.elm {
color: #2a7976;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--cymophane-yellow:#f2e3a6;
--sea-capture:#5dc1e9;
--elm:#2a7976;
}