Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1f4d3b;
}
.molly-robins {
color: #4f8c6e;
}
.rally-green {
color: #7ebe7e;
}
.merrylyn {
color: #a5d5a9;
}
.green-song {
color: #d0e8c5;
}
/* CSS Variables */
:root {
--brunswick-green:#1f4d3b;
--molly-robins:#4f8c6e;
--rally-green:#7ebe7e;
--merrylyn:#a5d5a9;
--green-song:#d0e8c5;
}