Color names in this palette
CSS code for this palette
/* CSS */
.mint-circle {
color: #a7d3a8;
}
.clover-mist {
color: #69bf81;
}
.irish {
color: #3c8b5f;
}
.ore-mountains-green {
color: #2e6b50;
}
.brunswick-green {
color: #1b4b3d;
}
/* CSS Variables */
:root {
--mint-circle:#a7d3a8;
--clover-mist:#69bf81;
--irish:#3c8b5f;
--ore-mountains-green:#2e6b50;
--brunswick-green:#1b4b3d;
}