Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.matcha-powder {
color: #a0d100;
}
.cyan-sky {
color: #00b2b3;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--matcha-powder:#a0d100;
--cyan-sky:#00b2b3;
--sea-sight:#007a99;
}