Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pospsicle {
color: #f2a60d;
}
.mogwa-cheong-yellow {
color: #dbc900;
}
.muddy-yellow {
color: #bdb000;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--welcoming-wasp:#f0a800;
--orange-pospsicle:#f2a60d;
--mogwa-cheong-yellow:#dbc900;
--muddy-yellow:#bdb000;
}