Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.titanium-yellow {
color: #f0e400;
}
.garlic-pesto {
color: #c4d600;
}
.environmental-study {
color: #8ebd00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--titanium-yellow:#f0e400;
--garlic-pesto:#c4d600;
--environmental-study:#8ebd00;
}