Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sorbet-yellow {
color: #dbc500;
}
.mustard-green {
color: #a7b300;
}
.appetizing-asparagus {
color: #6bad00;
}
.mughal-green {
color: #3b8f00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sorbet-yellow:#dbc500;
--mustard-green:#a7b300;
--appetizing-asparagus:#6bad00;
--mughal-green:#3b8f00;
}