Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.groovy-lemon-pie {
color: #d6c100;
}
.mustard-green {
color: #a7b300;
}
.highlands-moss {
color: #495c00;
}
.blind-forest {
color: #1d3d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--groovy-lemon-pie:#d6c100;
--mustard-green:#a7b300;
--highlands-moss:#495c00;
--blind-forest:#1d3d00;
}