Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sugar-cookie {
color: #f2e2a6;
}
.sail-to-the-sea {
color: #9bc1f3;
}
.fennel-flower {
color: #809dff;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--sugar-cookie:#f2e2a6;
--sail-to-the-sea:#9bc1f3;
--fennel-flower:#809dff;
}