Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunshine-mellow {
color: #f1c40e;
}
.fat-gold {
color: #e6b400;
}
.moldy-ochre {
color: #d69d00;
}
.kenyan-sand {
color: #b88a00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunshine-mellow:#f1c40e;
--fat-gold:#e6b400;
--moldy-ochre:#d69d00;
--kenyan-sand:#b88a00;
}