Color names in this palette
CSS code for this palette
/* CSS */
.frozen-moss-green {
color: #aee0ae;
}
.green-trance {
color: #a1d9a5;
}
.irish-spring {
color: #92c8a4;
}
.felt-green {
color: #6ebf8d;
}
.fresh-oregano {
color: #4aa56d;
}
/* CSS Variables */
:root {
--frozen-moss-green:#aee0ae;
--green-trance:#a1d9a5;
--irish-spring:#92c8a4;
--felt-green:#6ebf8d;
--fresh-oregano:#4aa56d;
}