Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.roadster-yellow {
color: #f2dfa1;
}
.disco-ball {
color: #d4d4d4;
}
.chaat-masala {
color: #e57e2e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--roadster-yellow:#f2dfa1;
--disco-ball:#d4d4d4;
--chaat-masala:#e57e2e;
}