Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7e30;
}
.drop-green {
color: #6bbf5a;
}
.tropical-light {
color: #a2d66b;
}
.ripe-pear {
color: #e3df6d;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--master-chief:#4b7e30;
--drop-green:#6bbf5a;
--tropical-light:#a2d66b;
--ripe-pear:#e3df6d;
--mad-for-mango:#f5a300;
}