Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pineapple-high {
color: #e2e65b;
}
.glassmith {
color: #4cb6c2;
}
.imperial {
color: #602b6e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--pineapple-high:#e2e65b;
--glassmith:#4cb6c2;
--imperial:#602b6e;
}