Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.mustard-green {
color: #a4b300;
}
.march-green {
color: #d1d100;
}
.peridot {
color: #e5e600;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--mustard-green:#a4b300;
--march-green:#d1d100;
--peridot:#e5e600;
--marigold-dust:#f4cf3e;
}