Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.buttery-croissant {
color: #f2e29c;
}
.water {
color: #d3f3f8;
}
.salt-lake {
color: #6fc5d3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--buttery-croissant:#f2e29c;
--water:#d3f3f8;
--salt-lake:#6fc5d3;
}