Color names in this palette
CSS code for this palette
/* CSS */
.bush {
color: #0d301d;
}
.old-money {
color: #2b5e4e;
}
.corrosion-green {
color: #4cae8c;
}
.mountain-mint {
color: #a8e1c1;
}
.bean-sprout {
color: #f3f8e8;
}
/* CSS Variables */
:root {
--bush:#0d301d;
--old-money:#2b5e4e;
--corrosion-green:#4cae8c;
--mountain-mint:#a8e1c1;
--bean-sprout:#f3f8e8;
}