Color names in this palette
CSS code for this palette
/* CSS */
.country-meadow {
color: #1f5b4d;
}
.amazon {
color: #397959;
}
.forest-maid {
color: #5abf66;
}
.sprig-of-mint {
color: #8de8b3;
}
.shallow-end {
color: #c1f6ea;
}
/* CSS Variables */
:root {
--country-meadow:#1f5b4d;
--amazon:#397959;
--forest-maid:#5abf66;
--sprig-of-mint:#8de8b3;
--shallow-end:#c1f6ea;
}