Color names in this palette
CSS code for this palette
/* CSS */
.scud {
color: #a7d7c8;
}
.folk-tales {
color: #a4c6b4;
}
.greyed-jade {
color: #8fb7a3;
}
.succulent-green {
color: #5b9a85;
}
.hooker-s-green {
color: #4b7c6e;
}
/* CSS Variables */
:root {
--scud:#a7d7c8;
--folk-tales:#a4c6b4;
--greyed-jade:#8fb7a3;
--succulent-green:#5b9a85;
--hooker-s-green:#4b7c6e;
}