Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bone-white {
color: #f2e1b1;
}
.budgie-blue {
color: #82c9e3;
}
.starflower-blue {
color: #4a98b0;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--bone-white:#f2e1b1;
--budgie-blue:#82c9e3;
--starflower-blue:#4a98b0;
}