Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.bright-khaki {
color: #f2e88c;
}
.matcha-powder {
color: #a1d600;
}
.pistachio-flour {
color: #4e8a00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--bright-khaki:#f2e88c;
--matcha-powder:#a1d600;
--pistachio-flour:#4e8a00;
}