Color names in this palette
CSS code for this palette
/* CSS */
.horsetail {
color: #3c5d3e;
}
.bright-forest {
color: #6a8d4e;
}
.gingko {
color: #a3c99c;
}
.irish-folklore {
color: #d3e3bf;
}
.open-book {
color: #f5f1e5;
}
/* CSS Variables */
:root {
--horsetail:#3c5d3e;
--bright-forest:#6a8d4e;
--gingko:#a3c99c;
--irish-folklore:#d3e3bf;
--open-book:#f5f1e5;
}