Color names in this palette
CSS code for this palette
/* CSS */
.countryside {
color: #a3a000;
}
.mustard-green {
color: #b0b300;
}
.serpent-scepter {
color: #c0c700;
}
.octarine {
color: #d4db00;
}
.peridot {
color: #e6e200;
}
/* CSS Variables */
:root {
--countryside:#a3a000;
--mustard-green:#b0b300;
--serpent-scepter:#c0c700;
--octarine:#d4db00;
--peridot:#e6e200;
}