Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.peridot {
color: #e5e600;
}
.serpent-scepter {
color: #b4cc00;
}
.environmental-study {
color: #8ab800;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--peridot:#e5e600;
--serpent-scepter:#b4cc00;
--environmental-study:#8ab800;
}