Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e6b000;
}
.mogwa-cheong-yellow {
color: #dbc900;
}
.bile {
color: #b2c200;
}
.fresh-lawn {
color: #8ca800;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mustard-yellow:#e6b000;
--mogwa-cheong-yellow:#dbc900;
--bile:#b2c200;
--fresh-lawn:#8ca800;
}