Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.orb-of-harmony {
color: #f4df3e;
}
.weekend-gardener {
color: #a3e1a7;
}
.sea-serpent {
color: #4bc7d2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--orb-of-harmony:#f4df3e;
--weekend-gardener:#a3e1a7;
--sea-serpent:#4bc7d2;
}