Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.kaihau-express {
color: #d14900;
}
.b-tan {
color: #a0315a;
}
.wizard-s-potion {
color: #5b5b9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06c00;
--kaihau-express:#d14900;
--b-tan:#a0315a;
--wizard-s-potion:#5b5b9a;
}