Color names in this palette
CSS code for this palette
/* CSS */
.oasis-stream {
color: #a1e8d7;
}
.aurora-green {
color: #6edd9d;
}
.garish-green {
color: #4abf8c;
}
.green-jelly {
color: #2a9d7b;
}
.verdant-green {
color: #1a7a5f;
}
/* CSS Variables */
:root {
--oasis-stream:#a1e8d7;
--aurora-green:#6edd9d;
--garish-green:#4abf8c;
--green-jelly:#2a9d7b;
--verdant-green:#1a7a5f;
}