Color names in this palette
CSS code for this palette
/* CSS */
.almost-aloe {
color: #c6e9af;
}
.green-trance {
color: #a2d4a0;
}
.mountain-lake-green {
color: #7abd97;
}
.o-grady-green {
color: #5bae8d;
}
.ionian {
color: #3c8b76;
}
/* CSS Variables */
:root {
--almost-aloe:#c6e9af;
--green-trance:#a2d4a0;
--mountain-lake-green:#7abd97;
--o-grady-green:#5bae8d;
--ionian:#3c8b76;
}